Skip to content

Commit 35aa494

Browse files
committed
tests need print
1 parent 8f1f9c4 commit 35aa494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/tests-config.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_that("config temp", {
4040
legend()
4141
expect_true(gsp$global$config$config.file)
4242
expect_equal(par(no.readonly = TRUE)$lwd, orig.par$lwd)
43-
gsp
43+
print(gsp)
4444
expect_equal(par(no.readonly = TRUE)$lwd, 0.8)
4545

4646
gspDef <- gsplot() %>%
@@ -56,7 +56,7 @@ test_that("config temp", {
5656
expect_equal(par(no.readonly = TRUE)$lwd, orig.par$lwd)
5757
expect_false(gsp$global$config$config.file)
5858
expect_equal(gsp$side.1$axis$lwd, 0.8)
59-
gsp
59+
print(gsp)
6060
expect_equal(par(no.readonly = TRUE)$lwd, 0.8)
6161

6262
loadConfig()

0 commit comments

Comments
 (0)