Skip to content

Commit

Permalink
Fix duplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 29, 2021
1 parent dc4f72d commit ca1a743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/board_kaggle.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# can list and search datasets
# can list and search competitions

Code
board_deparse(board)
Output
[1] "board_kaggle_competitions()"

---
# can list and search datasets

Code
board_deparse(board)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-board_kaggle.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# competitions ----------------------------------------------------------------

test_that("can list and search datasets", {
test_that("can list and search competitions", {
board <- board_kaggle_competitions_test()
expect_equal(pin_list(board), NA)

Expand Down

0 comments on commit ca1a743

Please sign in to comment.