Skip to content

Commit 07d183f

Browse files
#RI-3977 - fix IT
1 parent edbc363 commit 07d183f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

redisinsight/api/test/api/database-analysis/PATCH-databases-id-analysis.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ describe('PATCH /databases/:instanceId/analysis/:id', () => {
6262
constants.TEST_LUA_SCRIPT_VOTE_RECOMMENDATION
6363
]);
6464
},
65-
after: async () => {
66-
expect(await repository.count()).to.eq(5);
67-
}
6865
},
6966
].map(mainCheckFn);
7067
});

0 commit comments

Comments
 (0)