Skip to content

Commit

Permalink
expect showSelected2
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Jan 26, 2025
1 parent 80068a9 commit 8c997ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/test-renderer1-WorldBank-NA.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ common <- read.table(common.tsv, sep="\t", header=TRUE,
comment.char="", quote="")

test_that("common chunk contains expected columns", {
expected.cols <-
c("ymin", "ymax", "xmin", "fill", "key",
"clickSelects", "showSelectedlegendfill",
"group")
expected.cols <- c(
"ymin", "ymax", "xmin", "fill", "key",
"clickSelects", "showSelected2",
"group")
expect_identical(sort(names(common)), sort(expected.cols))
})

Expand Down

0 comments on commit 8c997ab

Please sign in to comment.