Run codemods

This commit is contained in:
2019-07-15 18:35:40 +02:00
parent 80af572742
commit 42fe01b349
2 changed files with 30 additions and 30 deletions
@@ -11,7 +11,7 @@ module('Integration | Component | user-avatar', function(hooks) {
this.set('bumi', contributors.findBy('id', '1'));
await render(hbs`{{user-avatar contributor=bumi}}`);
assert.equal(this.element.textContent.trim(), '');
assert.dom(this.element).hasText('');
});
test('default image source URL', async function(assert) {