Skip to content

Commit

Permalink
DOCS: Fix migration test sample (#1879)
Browse files Browse the repository at this point in the history
* DOCS: Fix migration test sample

* chore: Added changeset

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
mkszepp and ijlee2 committed May 14, 2024
1 parent 18be69b commit ab21202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fifty-seals-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs-app-for-ember-intl": patch
---

Fix migration test sample
2 changes: 1 addition & 1 deletion docs/ember-intl/app/templates/docs/migration/v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module('Integration | Component | hello', function (hooks) {
<Hello @name="Zoey" />
`);

assert.dom('[data-test-message]').hasText('Hallo, Zoey!');
assert.dom('[data-test-message]').hasText('Hello, Zoey!');
});
});
});
Expand Down

0 comments on commit ab21202

Please sign in to comment.