Skip to content

Commit e88b53b

Browse files
authored
Update button-toolbar.spec.js
1 parent d9b91ca commit e88b53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button-toolbar/button-toolbar.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('button-toolbar', () => {
8282
})
8383

8484
it('works', async () => {
85-
expect(true).toBe(true)
85+
expect(true).not.toBe(false)
8686
})
8787
})
8888
})

0 commit comments

Comments
 (0)