Skip to content

Commit

Permalink
fix missing i
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Oct 14, 2023
1 parent 8f7fe93 commit abd0e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_Onologies.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test_that("Ontology accessors", {
expect_false(any(is.na(updated)))
expect_identical(n, length(loaded))
expect_identical(n, length(updated))
## i <- which(names(status) == "go")
i <- which(names(status) == "go")
## expect_identical(ymd(olsLoaded(go)), loaded[i])
expect_identical(olsLoaded(go), olsLoaded("GO"))
expect_identical(olsLoaded(go), olsLoaded("go"))
Expand Down

0 comments on commit abd0e41

Please sign in to comment.