Skip to content

Commit f1ac619

Browse files
committed
Fix: Linting
1 parent 61d774e commit f1ac619

File tree

1 file changed

+1
-3
lines changed
  • showcase/tests/integration/components/hds/table

1 file changed

+1
-3
lines changed

showcase/tests/integration/components/hds/table/tr-test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ module('Integration | Component | hds/table/tr', function (hooks) {
3131
'#data-test-table-tr > .hds-table__th--is-selectable input.hds-table__checkbox';
3232

3333
test('it should not render a checkbox if `@isSelectable` is not set', async function (assert) {
34-
await render(
35-
hbs`<Hds::Table::Tr id="data-test-table-tr" />`,
36-
);
34+
await render(hbs`<Hds::Table::Tr id="data-test-table-tr" />`);
3735
assert.dom(checkboxSelector).doesNotExist();
3836
});
3937

0 commit comments

Comments
 (0)