Skip to content

Commit 2db0f26

Browse files
committed
fix test
1 parent b0024e5 commit 2db0f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/routes/releases/lts-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module('Unit | Route | releases/lts', function (hooks) {
66

77
test('The model hook returns the Ember LTS project', async function (assert) {
88
const route = this.owner.lookup('route:releases/lts');
9-
const model = await route.model();
9+
const { ember: model } = await route.model();
1010

1111
assert.strictEqual(
1212
model?.id,

0 commit comments

Comments
 (0)