Skip to content

Commit

Permalink
CF fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 6, 2023
1 parent 6ff4a13 commit 1eec52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-piping-ini.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test_that("back transformation piping", {
expect_equal(p3$iniDf$backTransform[ui$iniDf$name == "KA"], NA_character_)

expect_error(ui |>
ini(KA <- backTransform(matt)), 'matt')
ini(KA <- backTransform(matt)), "matt")

})

Expand Down

0 comments on commit 1eec52e

Please sign in to comment.