Skip to content

Commit

Permalink
Removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed May 8, 2023
1 parent b081739 commit 010dab2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration-tests/tests/src/tests/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const expectQueryResultValues = (
};

describe("Queries", () => {
describe.only("Full text search", () => {
describe("Full text search", () => {
openRealmBeforeEach({ schema: [Story] });

const story1: IStory = {
Expand Down Expand Up @@ -213,9 +213,6 @@ describe("Queries", () => {
});
});

//TODO Need test for: index applied to not string property
// indexed: with the wrong type

describe("Basic types", () => {
openRealmBeforeEach({ schema: [NullableTypesObject] });

Expand Down

0 comments on commit 010dab2

Please sign in to comment.