fix: test

This commit is contained in:
chareice 2023-03-14 16:36:50 +08:00
parent bb1249f390
commit 2b42ce8983

View File

@ -405,6 +405,6 @@ describe('list association action with acl', () => {
tree: true,
});
expect(res.body.meta.allowedActions.view).toMatchObject([1, 2, 3, 4]);
expect(res.body.meta.allowedActions.view.sort()).toMatchObject([1, 2, 3, 4]);
});
});