Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 21, 2024
1 parent be8c76c commit f4ee404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ test_that("can get trace for uploaded dataset with xcol", {
warnings = lapply(expected_warnings,
jsonlite::unbox))
))
str(res$body)
body <- jsonlite::fromJSON(res$body)
for (warning in body$data$warnings[[1]]) {
str(warning)
}
expect_equal(body$data, jsonlite::fromJSON(expected))
})

Expand Down

0 comments on commit f4ee404

Please sign in to comment.