Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Oct 24, 2023
1 parent 49e080f commit 64d73f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-spot_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_that(
)

# Here we essentially just check that the function runs without errors
spe$exclude_overlapping <- TRUE
spe$exclude_overlapping <- FALSE
expect_equal(
class(
spot_plot(
Expand Down

0 comments on commit 64d73f4

Please sign in to comment.