Skip to content

Commit e0ef026

Browse files
committed
Fix test
1 parent 5609f50 commit e0ef026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/Model.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('Model', () => {
6666

6767
expect(relations.has('profile')).toEqual(true);
6868
expect(relations.get('profile')).toEqual({
69-
connection: "entities", foreignKey: "user_id", localKey: "id", record: null, related: Profile
69+
foreignKey: "user_id", localKey: "id", model: User, "record": null, "related": Profile
7070
});
7171
});
7272
});

0 commit comments

Comments
 (0)