Skip to content

Commit

Permalink
Run styler
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Jan 16, 2023
1 parent 9f22d18 commit 275bb71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions r/tests/testthat/test-dplyr-join.R
Expand Up @@ -82,7 +82,7 @@ test_that("left_join with join_by", {
left_join(
to_join %>%
rename(the_grouping = some_grouping),
join_by(some_grouping == the_grouping)
join_by(some_grouping == the_grouping)
) %>%
collect(),
left
Expand Down Expand Up @@ -244,7 +244,6 @@ test_that("semi_join", {
collect(),
left
)

})

test_that("anti_join", {
Expand Down

0 comments on commit 275bb71

Please sign in to comment.