Update tests/api/core/database/v4-self-ref-compat.test.api.js

Co-authored-by: Ben Irvin <ben.irvin@strapi.io>
This commit is contained in:
Alexandre BODIN 2024-09-02 17:08:23 +02:00 committed by GitHub
parent f16f3878b4
commit 0374b697a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ const testCT = {
type: 'relation',
relation: 'manyToMany',
target: 'api::test.test',
inversedBy: 'children', // intentionnaly wrong to validate retro compatibility
inversedBy: 'children', // intentionally wrong to validate retro compatibility
},
},
};