chore(): Remove default limit from the build query (#9257)
* chore(): Remove default limit from the build query * rm take: null * fix tests * fix tests * fix db usage * fix typo * rm unsused template arg * fixes * fixes * fixes * fixes * fixes * fixes * fixes
This commit is contained in:
@@ -43,7 +43,7 @@ moduleIntegrationTestRunner<IRegionModuleService>({
|
||||
})
|
||||
|
||||
it("should create countries on application start", async () => {
|
||||
const countries = await service.listCountries({}, { take: null })
|
||||
const countries = await service.listCountries({}, {})
|
||||
expect(countries.length).toEqual(250)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user