Skip to content

Commit 9c40fc5

Browse files
committed
Fix import
1 parent b4bb44e commit 9c40fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/src/components/Navbar/NavbarView.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import React from "react"
22
import { screen } from "@testing-library/react"
33

4-
import { render, MockUser } from "../../test_helpers"
4+
import { render } from "../../test_helpers"
5+
import { MockUser } from "../../test_helpers/entities"
56
import { NavbarView } from "./NavbarView"
67

78
describe("NavbarView", () => {

0 commit comments

Comments
 (0)