Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-ebs-ext committed Oct 28, 2024
1 parent aad2fcb commit 02ea01b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test-formalize-behavior.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ test_that("dv.filter only triggers once when selection changes", {
app$stop()
})


# FIXME: We don't want this test to pass
test_that("dv.filter output expression is not always in sync with actual filter state", {
# NOTE: We call the patch mentioned in the previous test a "patch" and not a "fix" because although it
Expand Down Expand Up @@ -155,7 +154,6 @@ test_that("dv.filter offers fractional steps for range selection of integer data
testthat::expect_true(is_fractional)
})


# TODO: We (maybe) don't want this test to pass
test_that("dv.filter offers filters in alphabetical order", {
# NOTE: Filter variable selection is offered in alphabetical order, dropping the column order of the input dataset
Expand Down Expand Up @@ -233,7 +231,6 @@ test_that("dv.filter collapses menus the user is interacting with", {
app$stop()
})


# FIXME: We don't want this test to pass
test_that("dv.filter returns logical(0) when filtering an all-NA numeric variable", {
# NOTE: The interface also shows an opaque error message to the user
Expand Down

0 comments on commit 02ea01b

Please sign in to comment.