mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 03:25:10 +00:00
fix(plugin-user-data-sync): fix test with sort field
This commit is contained in:
parent
db5f254bd2
commit
b83435eb2b
@ -18,7 +18,7 @@ describe('user-data-resource-manager', () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
app = await createMockServer({
|
||||
plugins: ['user-data-sync'],
|
||||
plugins: ['field-sort', 'user-data-sync'],
|
||||
});
|
||||
db = app.db;
|
||||
resourceManager = new UserDataResourceManager();
|
||||
|
Loading…
Reference in New Issue
Block a user