Skip to content

Commit f885f8c

Browse files
authored
fix(video-annotations): changing test wording (#4394)
fix(video-annotations): noop change
1 parent 5555899 commit f885f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/content-preview/__tests__/ContentPreview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ describe('elements/content-preview/ContentPreview', () => {
15361536
jest.clearAllMocks();
15371537
});
15381538

1539-
test('should return if the video player is not found', () => {
1539+
test('should return if the video player does not exist', () => {
15401540
const wrapper = getWrapper();
15411541
const instance = wrapper.instance();
15421542
const emit = jest.fn();

0 commit comments

Comments
 (0)