Skip to content

Commit

Permalink
Fix QuickGO test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Feb 15, 2024
1 parent 686f855 commit aa88248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ if (Sys.getenv("TEST_PROTTI") == "true") {
test_that("fetch_quickgo works", {
expect_is(annotations, "data.frame")
expect_gte(nrow(annotations), 24)
expect_lte(nrow(annotations), 30)
expect_lte(nrow(annotations), 40)
expect_equal(ncol(annotations), 15)

terms <- fetch_quickgo(type = "terms")
Expand Down

0 comments on commit aa88248

Please sign in to comment.