Skip to content

Commit b3c08b3

Browse files
committed
chore: Linting fix
1 parent 42e865b commit b3c08b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

showcase/tests/integration/components/hds/reveal/index-test.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ module('Integration | Component | hds/reveal/index', function (hooks) {
7777
this.element
7878
.querySelector('.hds-reveal__toggle-button')
7979
.getAttribute('aria-controls'),
80-
this.element.querySelector('.hds-disclosure-primitive__content').getAttribute('id')
80+
this.element
81+
.querySelector('.hds-disclosure-primitive__content')
82+
.getAttribute('id')
8183
);
8284
});
8385

0 commit comments

Comments
 (0)