From 4193e0dc07b8fccaa42a508ac3fbd84120d5463c Mon Sep 17 00:00:00 2001 From: m7pr Date: Fri, 19 Apr 2024 12:40:07 +0200 Subject: [PATCH] fix values for table content test --- tests/testthat/test-shinytest2-tm_misssing_data.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-shinytest2-tm_misssing_data.R b/tests/testthat/test-shinytest2-tm_misssing_data.R index f8b3765d8..9c51c7522 100644 --- a/tests/testthat/test-shinytest2-tm_misssing_data.R +++ b/tests/testthat/test-shinytest2-tm_misssing_data.R @@ -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() })