Skip to content

Commit

Permalink
Fix mobidb test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Oct 19, 2024
1 parent 02d01a2 commit a64c5c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (Sys.getenv("TEST_PROTTI") == "true") {
unis <- c("iRT", "P25437", "P30870", "P0A6P9")
expect_warning(mobidb <- fetch_mobidb(unis))
expect_is(mobidb, "data.frame")
expect_equal(nrow(mobidb), 259)
expect_equal(nrow(mobidb), 221)
expect_equal(ncol(mobidb), 6)
})

Expand Down

0 comments on commit a64c5c5

Please sign in to comment.