Skip to content

Commit

Permalink
fix a cr_members test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 6, 2018
1 parent 8094d54 commit d25a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cr_members.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_that("cr_members fails correctly", {

# fails due to facet not supported
expect_warning(cr_members(facet = TRUE),
"This route does not support facet - \\(members\\)")
"/members - This route does not support facet")
})

Sys.sleep(2)
Expand Down

0 comments on commit d25a36a

Please sign in to comment.