diff --git a/src/vcs/cmd/shell_unix_test.go b/src/vcs/cmd/shell_unix_test.go index c326cf7e..41e345be 100644 --- a/src/vcs/cmd/shell_unix_test.go +++ b/src/vcs/cmd/shell_unix_test.go @@ -32,7 +32,7 @@ import ( func Test_unix_shell_encoding(t *testing.T) { // nil means that we use Go's default string encoding (UTF-8) // e.g. no conversion is required - assert.Equal(t, nil, GetShellAttributes().Encoding) + assert.Zero(t, GetShellAttributes().Encoding) } func Test_unix_shell_end_of_line(t *testing.T) {