Skip to content

Commit

Permalink
Update render.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
  • Loading branch information
JoviDeCroock and rschristian committed May 22, 2024
1 parent d315fc7 commit df195e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ describe('render()', () => {
expect(scratch.innerHTML).to.equal("<div popover=\"\"></div>");
});

it('should support popover true boolean', () => {
it('should support popover false boolean', () => {
render(<div popover={false} />, scratch);
expect(scratch.innerHTML).to.equal("<div></div>");
});
Expand Down

0 comments on commit df195e2

Please sign in to comment.