We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf70525 commit a2cbc78Copy full SHA for a2cbc78
tests/unit/models/review-action-test.ts
@@ -27,7 +27,7 @@ module('Unit | Model | review-action', hooks => {
27
const relationship = get(model, 'relationshipsByName').get('target');
28
29
assert.equal(relationship.key, 'target');
30
- assert.equal(relationship.type, 'registration');
+ assert.equal(relationship.type, 'abstract-node');
31
assert.equal(relationship.kind, 'belongsTo');
32
});
33
0 commit comments