Skip to content

Commit

Permalink
fix values for table content test
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Apr 19, 2024
1 parent 7db8d3d commit 4193e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-shinytest2-tm_misssing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ test_that("e2e - tm_missing_data: Validate 'By Variable Levels' table values", {
)
}

test_match(c("1", "Sepal.Length", "11", "6", "5", "0"))
test_match(c("3", "Petal.Length", "4", "5", "2", "1"))
test_match(c("1", "Sepal.Length", "11", "5", "3", "5"))
test_match(c("3", "Petal.Length", "2", "5", "10", "4"))

app_driver$stop()
})

0 comments on commit 4193e0d

Please sign in to comment.