Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Dec 7, 2022
1 parent 411175a commit 1a04045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-opq.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ test_that ("adiff", {
q0 [!names (q2) == "prefix"],
q2 [!names (q3) == "prefix"]
)
expect_true (!grepl ("date\\:", q2$prefix))
expect_true (grepl ("adiff\\:", q2$prefix))
expect_true (!grepl ("date\\:", q3$prefix))
expect_true (grepl ("adiff\\:", q3$prefix))
})

test_that ("opq_string", {
Expand Down

0 comments on commit 1a04045

Please # to comment.