We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092fa94 commit d6d3d5aCopy full SHA for d6d3d5a
tests/testthat/test-cfbd_pbp_data.R
@@ -30,7 +30,7 @@ test_that("base case 2023 pbp are already properly handled", {
30
)
31
32
completions = p %>%
33
- dplyr::filter(game_id == 401525494 & play_type == "Pass Reception" & pos_team == "NC State") %>%
+ dplyr::filter(game_id == 401525494 & play_type == "Pass Reception" & pos_team == "Georgia Tech") %>%
34
dplyr::mutate(
35
same_same = (yards_gained == yds_receiving)
36
) %>%
0 commit comments