Skip to content

Commit a42e4a4

Browse files
fix: should use it instead of fit
1 parent c2de8a3 commit a42e4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseObject.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@ describe('Parse.Object testing', () => {
20572057
});
20582058

20592059
//https://github.com/parse-community/parse-server/issues/7575
2060-
fit('Nested date type attributes should be saved as $date in mongoDB irrespective of nesting level', async done => {
2060+
it('Nested date type attributes should be saved as $date in mongoDB irrespective of nesting level', async done => {
20612061
const object = new Parse.Object('TestObjectDate');
20622062
await object.save({
20632063
prop1: 'test1',

0 commit comments

Comments
 (0)