Skip to content

Commit

Permalink
Fix Paren
Browse files Browse the repository at this point in the history
  • Loading branch information
elimillera committed Apr 26, 2023
1 parent 858cb4f commit 97aea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_assess_export_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_that("assess_export_help returns expected result for source packages", {

expect_true(assess_stdlibs_install$export_help[[1]][[1]])

expect_equal(score_install_good$export_help[[1]], 1), ignore_attr = TRUE
expect_equal(score_install_good$export_help[[1]], 1), ignore_attr = TRUE)
expect_equal(score_source_bad$export_help[[1]], 0.5, ignore_attr = TRUE)
expect_equal(score_source_good$export_help[[1]], 1, ignore_attr = TRUE)
})

0 comments on commit 97aea7e

Please sign in to comment.