Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed May 27, 2024
1 parent ef10245 commit e4161aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gocase/unit/hello/hello_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestHello(t *testing.T) {

t.Run("hello with wrong protocol", func(t *testing.T) {
r := rdb.Do(ctx, "HELLO", "5")
require.ErrorContains(t, r.Err(), "-NOPROTO unsupported protocol version")
require.ErrorContains(t, r.Err(), "NOPROTO unsupported protocol version")
})

t.Run("hello with non protocol", func(t *testing.T) {
Expand Down

0 comments on commit e4161aa

Please sign in to comment.