Skip to content

Commit d7cc64a

Browse files
committed
More conflicts that weren't flagged. So strange.
1 parent 28de0e8 commit d7cc64a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/testthat/tests-par.R

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,9 @@ test_that("graphics par behaves as expected",{
2929
expect_equal(gsplot::par("usr","mar"), graphics::par("usr","mar"))
3030
})
3131

32-
<<<<<<< HEAD
33-
test_that("No frame plot", {
34-
gs <- gsplot(frame.plot=FALSE) %>%
35-
points(3,2,cex=2)
36-
expect_false(gs[['global']][['config']][['frame.plot']])
37-
38-
=======
32+
3933
test_that("No frame plot",{
4034
gs <- gsplot(frame.plot=FALSE) %>%
4135
points(3,2,cex=2)
4236
expect_false(gs[['global']][['config']][['frame.plot']])
43-
>>>>>>> f1ff94522e97ba90cbbb386f503721ade9c063fa
4437
})

0 commit comments

Comments
 (0)