Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Revert "Resolve Deprecation Warning with Tests"
Browse files Browse the repository at this point in the history
This reverts commit c6c6f5d.
  • Loading branch information
jherdman committed Aug 13, 2021
1 parent 2ff3a67 commit 695afe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/resize-observer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ module('Integration | Component | resize-observer', function (hooks) {
await render(hbs`
<ResizeObserver
style="width: 100px; height: 100px;"
@matchers={{(hash)}}
@matchers={{hash}}
as |RO|
>
<p data-test-dimensions>
Expand Down

0 comments on commit 695afe2

Please sign in to comment.