Skip to content

Commit 6e4b452

Browse files
committed
chore: fix test message
1 parent 23555c1 commit 6e4b452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main/tests/integration/relationships/one-to-one-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ module('integration/relationships/one_to_one_test - OneToOne relationships', fun
459459

460460
assert.expectAssertion(function () {
461461
stanley.bestFriend = Promise.resolve(igor);
462-
}, '[object Promise] is not a record instantiated by @ember-data/store');
462+
}, '[object Promise] is not a ReactiveResource or Model known to WarpDrive');
463463
});
464464

465465
test('Setting a OneToOne relationship to null reflects correctly on the other side - async', async function (assert) {

0 commit comments

Comments
 (0)