Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano committed Dec 11, 2023
1 parent 8e97125 commit da2c65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/container/container/container.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('sbb-container', () => {
it('renders', async () => {
const root = await fixture(html`<sbb-container></sbb-container>`);

expect(root).dom.to.be.equal(`<sbb-container></sbb-container>`);
expect(root).dom.to.be.equal(`<sbb-container variant="transparent"></sbb-container>`);

await expect(root).shadowDom.to.equalSnapshot();
});
Expand Down

0 comments on commit da2c65b

Please sign in to comment.