Skip to content

Commit e35cd62

Browse files
committed
fix flaky test
1 parent 3c18815 commit e35cd62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/test/ParseFileTest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ describe('Parse.File', () => {
132132

133133
const query = new Parse.Query(TestObject);
134134
query.fromLocalDatastore();
135+
query.equalTo('objectId', object.id);
135136
const results = await query.find();
136137

137138
const url = results[0].get('file').url();

0 commit comments

Comments
 (0)