mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-02 03:37:54 +02:00
Fixing autocomplete mysql test.
This commit is contained in:
parent
7f5bef8759
commit
8c82c64a71
@ -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'
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user