Skip to content

Commit 4f6818e

Browse files
authored
removed expect_equal(2 * 2, 4) (#3916)
removed a seemingly unneeded expect_equal(2 * 2, 4).
1 parent 53815f8 commit 4f6818e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-coord-.r

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ test_that("message when replacing non-default coordinate system", {
1616
gg + coord_cartesian() + coord_cartesian(),
1717
"Adding new coordinate system"
1818
)
19-
20-
expect_equal(2 * 2, 4)
19+
2120
})

0 commit comments

Comments
 (0)