File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/firestore/test/unit/specs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ abstract class TestRunner {
1094
1094
// Always validate that the expected limbo docs match the actual limbo
1095
1095
// docs
1096
1096
this . validateActiveLimboDocs ( ) ;
1097
- this . validateEnqeuedLimboDocs ( ) ;
1097
+ this . validateEnqueuedLimboDocs ( ) ;
1098
1098
// Always validate that the expected active targets match the actual
1099
1099
// active targets
1100
1100
await this . validateActiveTargets ( ) ;
@@ -1135,7 +1135,7 @@ abstract class TestRunner {
1135
1135
) ;
1136
1136
}
1137
1137
1138
- private validateEnqeuedLimboDocs ( ) : void {
1138
+ private validateEnqueuedLimboDocs ( ) : void {
1139
1139
let actualLimboDocs = new SortedSet < DocumentKey > ( DocumentKey . comparator ) ;
1140
1140
this . syncEngine . enqueuedLimboDocumentResolutions ( ) . forEach ( key => {
1141
1141
actualLimboDocs = actualLimboDocs . add ( key ) ;
You can’t perform that action at this time.
0 commit comments