Skip to content

Commit

Permalink
ensure that install_flowr returns 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 2, 2024
1 parent df75ecf commit 43757d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-node.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ test_that("install node", {
expect_no_error(install_node("22.5.1"))
})
test_that("install flowr", {
expect_no_error(install_flowr("2.0.11"))
expect_equal(install_flowr("2.0.11"), 0)
})

0 comments on commit 43757d1

Please sign in to comment.