Skip to content

Commit

Permalink
Update test-roundtrip.R
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 31, 2022
1 parent 9cea940 commit 35d336f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-roundtrip.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ test_that("parse_tree_must_be_identical works", {
})

test_that("correct styling does not give an error", {
expect_snapshot({verify_roundtrip("1+1", "1 + 1")})
expect_snapshot({
verify_roundtrip("1+1", "1 + 1")
})
})

test_that("corrupt styling does give an error", {
Expand Down

0 comments on commit 35d336f

Please sign in to comment.