8000 Fixed test case error in travis. · natverse/nat.devtools@60f3c34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60f3c34

Browse files
Fixed test case error in travis.
1 parent cf2d785 commit 60f3c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-badges.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_that("add_badge_comments works", {
1818

1919
usethis::with_project(tf, {
2020
print(tf)
21-
expect_output(add_badge_comments(), regexp = 'added to README')
21+
expect_message(add_badge_comments(), regexp = "marker comments added to")
2222
expect_equal(readLines('README.md'), readLines('baseline.md'))
2323

2424
file.copy(file.path(owd,'testdata/readme-extraneous-badge-line.md'),

0 commit comments

Comments
 (0)
0