Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JsLth committed Jul 10, 2024
1 parent 1e05340 commit d0ad144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-queries.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ test_that("formal validation works", {
vldt <- validate_endpoints(c(nrow(ep), nrow(ep) - 1))
expect_in(vldt$reason_requests, "Endpoints not unique")
expect_identical(vldt$requests, c(FALSE, FALSE))
o311_reset_endpoints()
})

test_that("tidying xml produces a valid dataframe", {
Expand Down

0 comments on commit d0ad144

Please sign in to comment.