Skip to content

Commit 667516c

Browse files
author
crunchbot
committed
Merge remote-tracking branch 'origin/rel-1782164860'
2 parents 3fc6195 + d0fc557 commit 667516c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test-decks.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ with_test_authentication({
427427
expect_identical(cube(deck[[3]]), crtabs(~v2, ds))
428428

429429
# make a named filter
430-
filters(ds)[["v4 is B"]] <- ds$v4 == "B"
431-
filters(ds)[["v1 over 0"]] <- ds$v1 > 0
430+
newFilter("v4 is B", ds$v4 == "B", is_public = TRUE)
431+
newFilter("v1 over 0", ds$v1 > 0, is_public = TRUE)
432432

433433
# add filters
434434
filters(deck[[1]]) <- filters(ds)[["v4 is B"]]

0 commit comments

Comments
 (0)