Skip to content

Commit 22ad4c2

Browse files
committed
Fix test.
1 parent 6955c5e commit 22ad4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/components/MoneyButton.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ describe('MoneyButton', () => {
1313
describe('data defaults', () => {
1414
const data = subject.data()
1515

16-
it('must nave no hint object', () => {
17-
expect( data.hint ).toBe(null)
16+
it('must nave no popup object', () => {
17+
expect( data.popup ).toBe(null)
1818
})
1919

2020
it('must have default size', () => {

0 commit comments

Comments
 (0)