Skip to content

Commit

Permalink
Last test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJu committed Dec 23, 2024
1 parent f4ddbbc commit a109557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ describe('renderHeaderCell', () => {
const el = await fixture(container);
const th = el.querySelector('th');
expect(th).to.exist;
expect(th!.getAttribute('title')).to.equal('');
expect(th!.getAttribute('title')).to.not.exist;
expect(th!.getAttribute('class')).to.include('unsortable');
});
});

0 comments on commit a109557

Please sign in to comment.