Skip to content

Commit 13c7c9f

Browse files
committed
uui-badge test fix
1 parent 98d1365 commit 13c7c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-badge/lib/uui-badge.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ describe('UuiBadge', () => {
1818
});
1919

2020
describe('properties', () => {
21-
it('has a look property', () => {
22-
expect(element).to.have.property('look');
21+
it('has a color property', () => {
22+
expect(element).to.have.property('color');
2323
});
2424

2525
it('has a attention property', () => {

0 commit comments

Comments
 (0)