We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8ec17 commit 31afb53Copy full SHA for 31afb53
src/tests/shinytest/config_mode_general_test.R
@@ -31,7 +31,7 @@ configNew <- suppressWarnings(jsonlite::fromJSON(file.path(jsonPath, "pickstock_
31
simplifyDataFrame = FALSE,
32
simplifyMatrix = FALSE
33
))
34
-expect_identical(length(configNew$themeColors), 170L)
+expect_identical(length(configNew$themeColors), 171L)
35
expect_identical(configRaw$pageTitle, configNew$pageTitle)
36
expect_identical(configRaw$UILogo, configNew$UILogo)
37
expect_identical(configRaw$theme, configNew$theme)
0 commit comments