Skip to content

Commit

Permalink
Fixing autocomplete mysql test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Jun 30, 2024
1 parent 7f5bef8 commit 8c82c64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions test/TestHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ export class TestHelper {
} as FaceRegion, {
box: {height: 10, width: 10, left: 104, top: 104},
name: 'Unkle Ben'
} as FaceRegion, {
box: {height: 10, width: 10, left: 105, top: 105},
name: 'Árvíztűrő Tükörfúrógép'
} as FaceRegion, {
box: {height: 10, width: 10, left: 201, top: 201},
name: 'R2-D2'
Expand Down
2 changes: 1 addition & 1 deletion test/backend/unit/model/sql/SearchManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ describe('SearchManager', (sqlHelper: DBTestHelper) => {
resultOverflow: false
} as SearchResultDTO));

query = ({value: 6, type: SearchQueryTypes.min_person_count} as MinPersonCountSearch);
query = ({value: 5, type: SearchQueryTypes.min_person_count} as MinPersonCountSearch);
expect(Utils.clone(await sm.search(query)))
.to.deep.equalInAnyOrder(removeDir({
searchQuery: query,
Expand Down

0 comments on commit 8c82c64

Please sign in to comment.