Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 9, 2024
1 parent ecb10d4 commit 0bd63ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-RequestPattern.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test_that("BodyPattern: structure is correct", {
# with pattern and body
strings <- BodyPattern$new(pattern = "some string")
expect_true(strings$matches("some string"))
expect_false(strings$matches("some string"))
# expect_false(strings$matches("some string"))

# error behavior
expect_error(
Expand Down

0 comments on commit 0bd63ac

Please sign in to comment.