Skip to content

Commit 0a4f99c

Browse files
committed
last pesky lint problem
1 parent 33f7209 commit 0a4f99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/photoOfTheDay.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe (PhotoOfTheDay, ()=>{
3535
render(<PhotoOfTheDay/>)
3636
const testImage = document.querySelector("img") as HTMLImageElement;
3737
await waitFor(() => {
38-
expect(testImage).toBeInTheDocument;
39-
})})
38+
expect(testImage).toBeInTheDocument();}
39+
)})
4040

4141
})

0 commit comments

Comments
 (0)