Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkorb committed Jul 8, 2024
1 parent 2a049e2 commit 2a45a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-hello.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ test_that("hello_cli() works", {
})

test_that("fix me!!!", {
expect_equal(1, 2)
expect_equal(1, 1)
})

0 comments on commit 2a45a5f

Please sign in to comment.