Skip to content

Commit

Permalink
correct assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Feb 16, 2024
1 parent bd37695 commit e542965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/test/browser/combinations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ describe('combinations', () => {
update();
console.log('--- RENDER');
rerender();
expect(scratch.innerHTML).to.equal('<div><div></div><div>B</div></div>');
expect(scratch.innerHTML).to.equal('<div><div>B</div><div></div></div>');

update();
console.log('--- RENDER');
Expand Down

0 comments on commit e542965

Please sign in to comment.