Skip to content

Commit

Permalink
Fix spec name for rpushx
Browse files Browse the repository at this point in the history
  • Loading branch information
maiha committed Aug 13, 2016
1 parent bf5909d commit 157f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/redis_spec.cr
Expand Up @@ -402,7 +402,7 @@ describe Redis do
redis.lrange("mylist", 0, 1).should eq(["world", "hello"])
end

it "#lpushx" do
it "#rpushx" do
redis.del("mylist")
redis.rpushx("mylist", "hello").should eq(0)
redis.lrange("mylist", 0, 1).should eq([] of Redis::RedisValue)
Expand Down

0 comments on commit 157f8e3

Please sign in to comment.