Skip to content

Commit

Permalink
fixup! 🚚(frontend) update classroom related urls
Browse files Browse the repository at this point in the history
  • Loading branch information
kernicPanel committed Aug 3, 2023
1 parent bb700a3 commit a9804d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ describe('<UploadDocuments />', () => {
});
userEvent.click(deleteButton);

await waitFor(() => expect(fetchMock.calls()).toHaveLength(5));
await waitFor(() => expect(fetchMock.calls()).toHaveLength(6));
const deleteCall = fetchMock.calls(
`/api/classrooms/${classroomId}/classroomdocuments/${classroomDocument.id}/`,
);
Expand Down

0 comments on commit a9804d6

Please sign in to comment.