Skip to content

Commit e005b8d

Browse files
committed
Fix test
1 parent 9fdbd74 commit e005b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-LoadingPlot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_that("LoadingPlot", {
1616

1717
expect_identical(.getEncodedName(panel), "LoadingPlotNA")
1818
expect_identical(.fullName(panel), "Loading plot")
19-
expect_identical(.panelColor(panel), "yellow")
19+
expect_identical(.panelColor(panel), "#CCCC00")
2020

2121
expect_s3_class(.defineInterface(panel, tse, select_info)[[1]][[1]], "shiny.tag.list")
2222
expect_length(.defineDataInterface(panel, tse, select_info), 2)

0 commit comments

Comments
 (0)