Skip to content

Commit c88318d

Browse files
committed
rename test
1 parent 3c100a5 commit c88318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ParseQuery.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5279,7 +5279,7 @@ describe('Parse.Query testing', () => {
52795279
expect(result.executionStats).not.toBeUndefined();
52805280
});
52815281

5282-
it('Query fails when wrapped within eachBatch and direct access is set to true', async () => {
5282+
it('should query with distinct within eachBatch and direct access enabled', async () => {
52835283
await reconfigureServer({
52845284
directAccess: true,
52855285
});

0 commit comments

Comments
 (0)