Skip to content

Commit 709c172

Browse files
committed
Fix broken test
1 parent b7ddfc0 commit 709c172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/App_test.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ testAsync("renders component without crashing", async t => {
77
t->assertions(1)
88
render(<App />)
99
let _ = await screen->findByText("Hello Vite + React + ReScript!");
10-
screen->getByText("counter is 0")->expect->toBeInTheDocument
10+
screen->getByText("count is: 0")->expect->toBeInTheDocument
1111
})

0 commit comments

Comments
 (0)