Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 6, 2024
1 parent 92ca5ce commit 374ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ testthat::test_that("format.teal_modules returns proper structure", {

testthat::expect_equal(
format(appended_mods),
"+ c\n + a\n + c\n + c\n"
"\033[1mTEAL ROOT\033[22m\n ├─ \033[47ma\033[49m\n │ ├─ \033[33mDatasets : \033[39mall\n │ ├─ \033[34mProperties:\033[39m\n │ │ ├─ \033[36mBookmarkable : \033[39mFALSE\n │ │ └─ \033[36mReportable : \033[39mFALSE\n │ ├─ \033[32mUI Arguments : \033[39mNULL\n │ ├─ \033[32mServer Arguments : \033[39mNULL\n │ └─ \033[35mTransformers : \033[39mNULL\n ├─ \033[47mc\033[49m\n │ ├─ \033[33mDatasets : \033[39mall\n │ ├─ \033[34mProperties:\033[39m\n │ │ ├─ \033[36mBookmarkable : \033[39mFALSE\n │ │ └─ \033[36mReportable : \033[39mFALSE\n │ ├─ \033[32mUI Arguments : \033[39mNULL\n │ ├─ \033[32mServer Arguments : \033[39mNULL\n │ └─ \033[35mTransformers : \033[39mNULL\n └─ \033[47mc\033[49m\n ├─ \033[33mDatasets : \033[39mall\n ├─ \033[34mProperties:\033[39m\n │ ├─ \033[36mBookmarkable : \033[39mFALSE\n │ └─ \033[36mReportable : \033[39mFALSE\n ├─ \033[32mUI Arguments : \033[39mNULL\n ├─ \033[32mServer Arguments : \033[39mNULL\n └─ \033[35mTransformers : \033[39mNULL\n" # nolint: line_length
)
})

Expand Down

0 comments on commit 374ddac

Please sign in to comment.