Skip to content

Commit

Permalink
gofmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed May 31, 2023
1 parent ae47488 commit df41945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func TestLua(t *testing.T) {
c.Error("type of arguments", "EVAL", "return redis.status_reply(1)", "0")
c.Error("type of arguments", "EVAL", "return redis.status_reply()", "0")
c.Error("type of arguments", "EVAL", "return redis.status_reply(redis.status_reply('foo'))", "0")

c.ErrorTheSame("ERR ", "EVAL", "return redis.error_reply('')", "0")
c.ErrorTheSame("ERR ", "EVAL", "return redis.error_reply('-')", "0")
c.ErrorTheSame("ERR foo", "EVAL", "return redis.error_reply('foo')", "0")
Expand Down

0 comments on commit df41945

Please sign in to comment.