Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 35db18a

Browse files
Merge pull request #398 from mirake/fix-typos
Fix typo: missmatch -> mismatch
2 parents 6717709 + f23b4b3 commit 35db18a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func testRenderApp(appPath string, env ...string) func(*testing.T) {
7373
Command: args,
7474
Env: env,
7575
}).Assert(t, icmd.Success)
76-
assert.Assert(t, is.Equal(readFile(t, filepath.Join(appPath, "expected.txt")), result.Stdout()), "rendering missmatch")
76+
assert.Assert(t, is.Equal(readFile(t, filepath.Join(appPath, "expected.txt")), result.Stdout()), "rendering mismatch")
7777
}
7878
}
7979

0 commit comments

Comments
 (0)