Skip to content

Commit 3233608

Browse files
jsjoeiocode-asher
andauthored
Update test/register.test.ts
Co-authored-by: Asher <[email protected]>
1 parent ecadf6c commit 3233608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/register.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe("register", () => {
5555
expect(spy).toHaveBeenCalledTimes(1)
5656
})
5757

58-
it("should log an error if something goes work", () => {
58+
it("should log an error if something doesn't work", () => {
5959
const message = "Can't find browser"
6060
const path = "/hello"
6161
const mockOptions = {

0 commit comments

Comments
 (0)