Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akeaswaran committed Sep 9, 2024
1 parent 092fa94 commit d6d3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cfbd_pbp_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test_that("base case 2023 pbp are already properly handled", {
)

completions = p %>%
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") %>%
dplyr::mutate(
same_same = (yards_gained == yds_receiving)
) %>%
Expand Down

0 comments on commit d6d3d5a

Please sign in to comment.