Skip to content

Commit cd87b37

Browse files
committed
Merge branch 'main' into export-more
2 parents e37201f + 42bb522 commit cd87b37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ggtibble 1.0.1
1+
# ggtibble 1.0.0.9000
22

33
* Labels created with the `labs` argument to `ggtibble()` will not longer all be
44
the same (#3)

tests/testthat/test-ggtibble.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ test_that("ggtibble", {
4646
expect_named(v4$figure[[1]]$labels, "x")
4747
expect_equal(
4848
v4$figure[[1]]$labels$x,
49+
"A is 1"
50+
)
51+
expect_equal(
52+
v4$figure[[2]]$labels$x,
4953
"A is 2"
5054
)
5155
expect_equal(v4$caption, rep("", 2))

0 commit comments

Comments
 (0)