Skip to content

Commit e63e7df

Browse files
author
Hong Sukhoon
committed
fix lint error
1 parent 2308b69 commit e63e7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/DatabaseController.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ describe('DatabaseController', function () {
655655
expect(findSpy).toHaveBeenCalled();
656656
const findCall = findSpy.calls.mostRecent();
657657
expect(findCall.args[3]).toEqual({ readPreference: 'primary' }); // options parameter
658-
658+
659659
// Verify that findOneAndUpdate was NOT called (only validation, no actual update)
660660
expect(findOneAndUpdateSpy).not.toHaveBeenCalled();
661661
});

0 commit comments

Comments
 (0)