Skip to content

Commit

Permalink
rerun test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jul 8, 2024
1 parent 1cce4ae commit f90e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseLiveQuery.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ describe('ParseLiveQuery', function () {
await promise;
});

it('can handle live query with fields - enable upon JS SDK support', async () => {
it('can handle live query with fields', async () => {
await reconfigureServer({
liveQuery: {
classNames: ['Test'],
Expand Down

0 comments on commit f90e4b9

Please sign in to comment.