Skip to content

Commit

Permalink
Fix test skip logic
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Dec 1, 2020
1 parent bbe62fe commit 8ba428e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-zzz-commands-sorted-set.R
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ test_that("ZMSCORE", {
})

test_that("BZPOPMIN", {
skip_if_cmd_unsupported("ZMSCORE")
skip_if_cmd_unsupported("BZPOPMIN")
con <- test_hiredis_connection()
key1 <- rand_str()
key2 <- rand_str()
Expand All @@ -432,7 +432,7 @@ test_that("BZPOPMIN", {
})

test_that("BZPOPMAX", {
skip_if_cmd_unsupported("ZMSCORE")
skip_if_cmd_unsupported("BZPOPMAX")
con <- test_hiredis_connection()
key1 <- rand_str()
key2 <- rand_str()
Expand Down

0 comments on commit 8ba428e

Please sign in to comment.