Skip to content

Commit aec6339

Browse files
committed
fix test fail
1 parent 84b795b commit aec6339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ func Test_Runner_SetWriter(t *testing.T) {
8787
if runtime.GOOS == "windows" {
8888
expect(t, buff.String(), "\\x1B[01;94mHello world\\x1B[0m\r\n")
8989
} else {
90-
expect(t, buff.String(), "Hello world\n")
90+
expect(t, buff.String(), "Hello world\n") // Escaped ansi color code on bash
9191
}
9292
}

0 commit comments

Comments
 (0)