Skip to content

Commit

Permalink
Merge pull request #883 from Oluwadamilareolusakin/patch-1
Browse files Browse the repository at this point in the history
Update migration.md
  • Loading branch information
stefanpenner authored Aug 18, 2021
2 parents 0993fd2 + 0329bc0 commit f466006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module('SidebarController', function(hooks) {
setupTest(hooks);

// Replace this with your real tests.
test('exists', function() {
test('exists', function(assert) {
let controller = this.owner.lookup('controller:sidebar');
assert.ok(controller);
});
Expand Down Expand Up @@ -169,7 +169,7 @@ import hbs from 'htmlbars-inline-precompile';
module('GravatarImageComponent', function(hooks) {
setupRenderingTest(hooks);

test('renders', async function() {
test('renders', async function(assert) {
await render(hbs`{{gravatar-image}}`);
assert.ok(this.element.querySelector('img'));
});
Expand Down

0 comments on commit f466006

Please sign in to comment.