Skip to content

Commit

Permalink
Merge pull request #1571 from mrloop/typo
Browse files Browse the repository at this point in the history
Fix typo in test description
  • Loading branch information
hjdivad committed Jun 1, 2022
2 parents 5e9a0dc + 2065935 commit 511ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/model/native-access/tracked-properties-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if (CUSTOM_MODEL_CLASS && HAS_NATIVE_PROXY) {
assert.equal(renderedTitle, 'New title', 'template is updated correctly');
});

test('Component getters which depend on m3 native properties update acrross nested models correctly', async function (assert) {
test('Component getters which depend on m3 native properties update across nested models correctly', async function (assert) {
this.owner.register('service:m3-schema', TestSchema);
this.owner.register(
'template:components/show-book',
Expand Down

0 comments on commit 511ae3b

Please sign in to comment.