Skip to content

Commit

Permalink
Remove unnecessary braces
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Dec 10, 2023
1 parent e46a691 commit 404e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-plot.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
context("Plotting US maps")

test_that("dependencies are verified", {
expect_package_error("ggplot2", { plot_usmap() })
expect_package_error("ggplot2", plot_usmap())
})

library(proto)
Expand Down

0 comments on commit 404e489

Please sign in to comment.