We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a161df commit 98050b4Copy full SHA for 98050b4
spec/schemas.spec.js
@@ -3842,8 +3842,7 @@ describe('schemas', () => {
3842
});
3843
3844
it_id('cbd5d897-b938-43a4-8f5a-5d02dd2be9be')(it_exclude_dbs(['postgres']))('cannot update to duplicate value on unique index', done => {
3845
- const logger = require('../lib/logger').default;
3846
- const loggerErrorSpy = spyOn(logger, 'error').and.callThrough();
+ loggerErrorSpy.calls.reset();
3847
const index = {
3848
code: 1,
3849
};
0 commit comments