Skip to content

Commit

Permalink
fix the namesapce call
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeya committed Aug 7, 2023
1 parent 5f97b4b commit 6db3ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ testthat::test_that("get_bs_version", {

test_that("apply_plot_modifications correctly modifies plot objects", {
# Create a sample ggplot2 plot object
ggplot_obj <- ggplot2::ggplot(data = iris, aes(x = Sepal.Length, y = Sepal.Width)) +
ggplot_obj <- ggplot2::ggplot(data = iris, ggplot2::aes(x = Sepal.Length, y = Sepal.Width)) +
geom_point()

# Test case 1: Modify ggplot object with dblclicking enabled
Expand Down

0 comments on commit 6db3ac3

Please sign in to comment.