Skip to content

Commit a2cbc78

Browse files
Uditi MehtaUditi Mehta
authored andcommitted
Update test for review-action model to reflect target relationship change
1 parent cf70525 commit a2cbc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/models/review-action-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module('Unit | Model | review-action', hooks => {
2727
const relationship = get(model, 'relationshipsByName').get('target');
2828

2929
assert.equal(relationship.key, 'target');
30-
assert.equal(relationship.type, 'registration');
30+
assert.equal(relationship.type, 'abstract-node');
3131
assert.equal(relationship.kind, 'belongsTo');
3232
});
3333

0 commit comments

Comments
 (0)