File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ describe("RavenDB_14724", function () {
2020 const id = "users/1" ;
2121
2222 {
23- await testContext . setupRevisions ( store , false , 5 ) ;
23+ await testContext . setupRevisions ( store , true , 5 ) ;
2424
2525 {
2626 const session = store . openSession ( ) ;
@@ -47,14 +47,14 @@ describe("RavenDB_14724", function () {
4747 assertThat ( revisions )
4848 . hasSize ( 2 ) ;
4949
50+ await session . delete ( id ) ;
51+ await session . saveChanges ( ) ;
52+
5053 const configuration = new RevisionsConfiguration ( ) ;
5154 configuration . defaultConfig = null ;
5255
5356 const operation = new ConfigureRevisionsOperation ( configuration ) ;
5457 await store . maintenance . send ( operation ) ;
55-
56- await session . delete ( id ) ;
57- await session . saveChanges ( ) ;
5858 }
5959
6060 {
You can’t perform that action at this time.
0 commit comments