Skip to content

Commit d6d3d5a

Browse files
committed
fix typo
1 parent 092fa94 commit d6d3d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-cfbd_pbp_data.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test_that("base case 2023 pbp are already properly handled", {
3030
)
3131

3232
completions = p %>%
33-
dplyr::filter(game_id == 401525494 & play_type == "Pass Reception" & pos_team == "NC State") %>%
33+
dplyr::filter(game_id == 401525494 & play_type == "Pass Reception" & pos_team == "Georgia Tech") %>%
3434
dplyr::mutate(
3535
same_same = (yards_gained == yds_receiving)
3636
) %>%

0 commit comments

Comments
 (0)