Skip to content

Commit 76e9a01

Browse files
committed
amend unit tests for tm_g_distribution
1 parent 5c8668d commit 76e9a01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testthat/test-shinytest2-tm_g_distribution.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ testthat::test_that("e2e - tm_g_distribution: Histogram encoding inputs produce
7474
app_driver <- app_driver_tm_g_distribution()
7575

7676
app_driver$set_active_module_input("main_type", "Density")
77-
app_driver$expect_validation_error() # test needs to be updated to remove validation error
77+
app_driver$expect_no_validation_error()
7878
app_driver$set_active_module_input("dist_tests", "Shapiro-Wilk")
7979

8080
# Encodings in the Histogram tab
@@ -112,8 +112,6 @@ testthat::test_that("e2e - tm_g_distribution: QQ plot encoding inputs produce ou
112112

113113
# Encodings in the QQplot tab
114114
app_driver$set_active_module_input("main_type", "Density")
115-
app_driver$expect_validation_error() # test needs to be updated to remove validation error
116-
app_driver$set_active_module_input("dist_tests", "Shapiro-Wilk")
117115
app_driver$expect_no_validation_error()
118116

119117
app_driver$set_active_module_input("tabs", "QQplot")

0 commit comments

Comments
 (0)