Skip to content

Commit fd62f90

Browse files
committed
test: fix test error (#8)
1 parent be5b355 commit fd62f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/InteractiveVideo.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('InteractiveVideo', () => {
6262

6363
expect(playerCall).toBeDefined();
6464
if (playerCall) {
65-
expect(playerCall[0]).toMatch(/^#ivlabs-player-/);
65+
expect(playerCall[0]).toMatch(/^ivlabs-player-/);
6666
expect(playerCall[1]).toEqual({ videoUrl: videoSrc, ...options });
6767
}
6868

0 commit comments

Comments
 (0)