Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jan 9, 2025
1 parent fbf04bc commit 397ea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/test/list.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ describe('d2l-list-item', () => {

});

it('has clickable drag arrows', async () => {
it('has clickable drag arrows', async() => {
const list = await fixture(html`
<d2l-list>
<d2l-list-item draggable key="1">Item 1</d2l-list-item>
Expand Down

0 comments on commit 397ea3e

Please sign in to comment.