Skip to content

Commit

Permalink
Update ParseQuery.FullTextSearch.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Sep 15, 2021
1 parent bfba08b commit 545e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseQuery.FullTextSearch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const fullTextHelper = async () => {
);
};

fdescribe('Parse.Query Full Text Search testing', () => {
describe('Parse.Query Full Text Search testing', () => {
it('fullTextSearch: $search', async () => {
await fullTextHelper();
const query = new Parse.Query('TestObject');
Expand Down

0 comments on commit 545e3c1

Please sign in to comment.