Skip to content

Commit 109fca1

Browse files
committed
is it some weird filename thingy?
1 parent 2bec39d commit 109fca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat/_snaps/guide-old/old-s3-guide-drawing-a-circle.svg renamed to tests/testthat/_snaps/guide-old/dummy-old-s3-guide.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/test-guide-old.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test_that("old S3 guides can be implemented", {
5454
expect_s3_class(my_guides$guides[[1]], "guide")
5555

5656
expect_doppelganger(
57-
"old S3 guide drawing a circle",
57+
"dummy old s3 guide",
5858
ggplot(mtcars, aes(disp, mpg)) +
5959
geom_point() +
6060
my_guides

0 commit comments

Comments
 (0)