Skip to content

Commit d4512e2

Browse files
committed
Fix
1 parent 9281be8 commit d4512e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/migration-check/migration-check.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ extend entity Books {
11211121
expect(
11221122
validateModification((schema) => {
11231123
return {
1124-
schema: schema.replace("", ""),
1124+
schema,
11251125
};
11261126
}),
11271127
).toMatchObject({

0 commit comments

Comments
 (0)