mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: test error
This commit is contained in:
parent
ee260e24f6
commit
5852901b19
@ -215,7 +215,7 @@ describe('koa middleware', () => {
|
||||
sort: '-id',
|
||||
});
|
||||
expect(response.body).toMatchObject({
|
||||
sort: ['-id'],
|
||||
sort: '-id',
|
||||
filter: {
|
||||
$and: [
|
||||
{ col1: 'val1', col2: 'val2' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user