Skip to content

Commit

Permalink
fix-test: ff_franchises - league has 16 in 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Aug 13, 2023
1 parent 3bc37ed commit ad9efde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ff_franchises.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ test_that("ff_franchises returns a tibble of franchises", {
expect_tibble(dlf_franchises, nrows = 16)
expect_tibble(jml_franchises, nrow = 12)
expect_tibble(dlp_franchises, nrow = 12)
expect_tibble(joe_franchises, nrow = 12)
expect_tibble(joe_franchises, nrow = 16)
expect_tibble(tony_franchises, nrow = 10)
})

0 comments on commit ad9efde

Please sign in to comment.