Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Fix test [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
uribo committed Jun 28, 2018
1 parent f956675 commit ffd1af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-transcribe.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test_that("methods", {
expect_equal(
transcribe(band_members, seal = FALSE),
# nolint start
"test_that(\"check band_members statement\", {expect_is(\nband_members,\nc(\"tbl_df\", \"tbl\", \"data.frame\")\n)\nexpect_equal(\ndim(band_members),\nc(3L, 2L)\n)\nexpect_named(\nband_members,\nc(\"name\", \"band\")\n)\nexpect_equal(\nband_members %>% purrr::map(class) %>% unname(),\nlist(\"character\", \"character\")\n)})"
"test_that(\"check band_members statement\", {expect_is(\nband_members,\nc(\"tbl_df\", \"tbl\", \"data.frame\")\n)\nexpect_equal(\ndim(band_members),\n3:2\n)\nexpect_named(\nband_members,\nc(\"name\", \"band\")\n)\nexpect_equal(\nband_members %>% purrr::map(class) %>% unname(),\nlist(\"character\", \"character\")\n)})"
# nolint end
)
}
Expand Down

0 comments on commit ffd1af0

Please sign in to comment.