File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -440,6 +440,7 @@ describe("RavenDB_14006", function () {
440440 value . value . city = "Bydgoszcz" ;
441441
442442 await innerSession . saveChanges ( ) ;
443+ await testContext . waitForIndexing ( store ) ;
443444 }
444445
445446 companies = await session . query ( Company )
@@ -547,6 +548,7 @@ describe("RavenDB_14006", function () {
547548 value . value . city = "Bydgoszcz" ;
548549
549550 await innerSession . saveChanges ( ) ;
551+ innerSession . saveChanges ( ) ;
550552 }
551553
552554 companies = await session . advanced . rawQuery ( "declare function incl(c) {\n" +
@@ -649,7 +651,6 @@ describe("RavenDB_14006", function () {
649651 value . value . city = "Bydgoszcz" ;
650652
651653 await innerSession . saveChanges ( ) ;
652-
653654 await testContext . waitForIndexing ( store ) ;
654655 }
655656
You can’t perform that action at this time.
0 commit comments