Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed Aug 2, 2023
1 parent 1edce7b commit bace19f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Changelog


### v2.30.5

- support SMISMEMBER (thanks @sandyharvie)


### v2.30.4

- fix ZADD LT/LG (thanks @sejin-P)
Expand Down
2 changes: 1 addition & 1 deletion integration/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ func (c *client) ErrorTheSame(msg string, cmd string, args ...string) {
if mini != msg {
c.t.Errorf("expected (mini)\n%q\nto contain %q\nreal:\n%s", mini, msg, real)
}
// real == msg && mini == msg => real == mini, so we don't want to check it explicity
// real == msg && mini == msg => real == mini, so we don't want to check it explicitly
}

// only receive a command, which can't be an error
Expand Down

0 comments on commit bace19f

Please sign in to comment.