Skip to content

Commit

Permalink
fixing styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Apr 12, 2024
1 parent 83e7104 commit 96a3dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_data_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("e2e: tm_front_page variable selection", {
# default variable selection
testthat::expect_equal(
app_driver$get_active_module_input("iris-variables"),
c("Sepal.Length", "Sepal.Width", "Petal.Length", "Petal.Width", "Species" )
c("Sepal.Length", "Sepal.Width", "Petal.Length", "Petal.Width", "Species")
)

# new variable selection
Expand Down

0 comments on commit 96a3dfe

Please sign in to comment.