Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Dec 6, 2023
1 parent d6cd1a4 commit 0dd752e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/files/file-table-utils.composable.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ describe("UseFileTableUtils", () => {
]);
expect(tMock).toHaveBeenCalledWith("pages.files.overview.headline");
expect(tMock).toHaveBeenCalledWith("pages.files.overview.teamFiles");
expect(collaborativeFilesModule.fetchTeamFiles).toHaveBeenCalledWith(
"/testFolder1/testFolder2"
);
expect(collaborativeFilesModule.fetchTeamFiles).toHaveBeenCalled();
});
});

Expand Down

0 comments on commit 0dd752e

Please sign in to comment.