Skip to content

Commit 23c70a9

Browse files
Fix test
1 parent 60cecf6 commit 23c70a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/oceans/ui.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ describe('Guide', () => {
638638
id: 'guide-id',
639639
style: '',
640640
heading: 'hey, listen!',
641-
text: 'this is an important message'
641+
textFn: () => 'this is an important message'
642642
});
643643
playSoundStub = sinon.stub(soundLibrary, 'playSound');
644644
});

0 commit comments

Comments
 (0)