We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0024e5 commit 2db0f26Copy full SHA for 2db0f26
tests/unit/routes/releases/lts-test.js
@@ -6,7 +6,7 @@ module('Unit | Route | releases/lts', function (hooks) {
6
7
test('The model hook returns the Ember LTS project', async function (assert) {
8
const route = this.owner.lookup('route:releases/lts');
9
- const model = await route.model();
+ const { ember: model } = await route.model();
10
11
assert.strictEqual(
12
model?.id,
0 commit comments