Skip to content

Commit 5b97eb2

Browse files
committed
fix1: prettier check
1 parent a82abef commit 5b97eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/User.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('User Model', () => {
115115
if (mongoose.connection.readyState === 0) {
116116
throw new Error('Database is disconnected');
117117
}
118-
}
118+
};
119119

120120
await expect(handleDisconnectedState()).rejects.toThrow('Database is disconnected');
121121

0 commit comments

Comments
 (0)