Skip to content

Commit 3e055a8

Browse files
committed
fix typo
1 parent d52a513 commit 3e055a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-geom-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_that("geom defaults can be set and reset", {
2626

2727
expect_equal(reset$geom_line$colour, "blue")
2828
expect_equal(reset$geom_point$colour, GeomPoint$default_aes$colour)
29-
expect_equal(GeomLine$default_aes$colour, orig$colour)
29+
expect_equal(GeomLine$default_aes$colour, inv$colour)
3030
})
3131

3232
test_that("updating geom aesthetic defaults preserves class and order", {

0 commit comments

Comments
 (0)