From 535293d46d0ea12e645bfaae437946eebc4acc22 Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Wed, 5 Aug 2020 15:30:56 -0400 Subject: [PATCH] test fix (#29) --- src/proctored-exam-settings/ProctoredExamSettings.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proctored-exam-settings/ProctoredExamSettings.test.jsx b/src/proctored-exam-settings/ProctoredExamSettings.test.jsx index fda4f60ad..1a63b2e95 100644 --- a/src/proctored-exam-settings/ProctoredExamSettings.test.jsx +++ b/src/proctored-exam-settings/ProctoredExamSettings.test.jsx @@ -515,7 +515,7 @@ describe('ProctoredExamSettings save settings tests', () => { it('Makes API call successfully without proctoring_escalation_email if not proctortrack', async () => { const mockedFunctions = mockAPI(mockGetData, { data: 'success' }); - await act(async () => render()); + await act(async () => render(intlWrapper())); // make sure we have not selected proctortrack as the proctoring provider expect(screen.getByDisplayValue('mockproc')).toBeDefined();