Skip to content

Commit

Permalink
Update ParseLiveQuery.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Jul 7, 2024
1 parent fbd4e09 commit d20f593
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 @@ -619,7 +619,7 @@ describe('ParseLiveQuery', function () {
await object.save();
});

fit('can handle beforeConnect error', async () => {
it('can handle beforeConnect error', async () => {
await reconfigureServer({
liveQuery: {
classNames: ['TestObject'],
Expand Down

0 comments on commit d20f593

Please sign in to comment.