From 65c8b8ba4b7dab1d375f5e9e08e9204cf7565a79 Mon Sep 17 00:00:00 2001 From: sundasnoreen12 Date: Tue, 20 May 2025 17:03:40 +0500 Subject: [PATCH] test: fixed test case issue --- src/course-outline/CourseOutline.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/course-outline/CourseOutline.test.jsx b/src/course-outline/CourseOutline.test.jsx index 22af05241..4c99d8cb7 100644 --- a/src/course-outline/CourseOutline.test.jsx +++ b/src/course-outline/CourseOutline.test.jsx @@ -243,7 +243,7 @@ describe('', () => { async () => fireEvent.change(optionDropdown, { target: { value: VIDEO_SHARING_OPTIONS.allOff } }), ); - expect(axiosMock.history.post.length).çÏ(2); + expect(axiosMock.history.post.length).toBe(2); expect(axiosMock.history.post[1].data).toBe(JSON.stringify({ metadata: { video_sharing_options: VIDEO_SHARING_OPTIONS.allOff,