Skip to content

Commit cef8ccb

Browse files
committed
Twaek test title
1 parent f73352d commit cef8ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat/_snaps/expect-all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
`actual[2:8]`: TRUE TRUE TRUE FALSE TRUE TRUE TRUE
3333
`expected[2:8]`: TRUE TRUE TRUE TRUE TRUE TRUE TRUE
3434

35-
# can compare lists
35+
# can compare named lists
3636

3737
Code
3838
expect_all_equal(x, list(1))

tests/testthat/test-expect-all.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test_that("can compare atomic vectors", {
1515
expect_snapshot_failure(expect_all_equal(x, TRUE))
1616
})
1717

18-
test_that("can compare lists", {
18+
test_that("can compare named lists", {
1919
x <- list(a = 1, b = 1, c = 2, d = 1, e = 1)
2020
expect_snapshot_failure(expect_all_equal(x, list(1)))
2121
})

0 commit comments

Comments
 (0)