Skip to content

Commit ef7a6fd

Browse files
committed
fix missing file link
1 parent d0694a5 commit ef7a6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ShowTeamModal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import { expect, vi, test } from "vitest"
66
import { render, screen, fireEvent } from "test/utils"
7-
import { ShowTeamModal } from "src/assignments/components/ShowTeamModal"
7+
import { ShowTeamModal } from "src/tasklogs/components/ShowTeamModal"
88

99
test("renders show team modal", async () => {
1010
const curentTeam = {

0 commit comments

Comments
 (0)