Skip to content

Commit

Permalink
Fix test create_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Aug 8, 2024
1 parent a604a26 commit ed05a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_task_readme/test.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ assertthat::assert_that(file.exists(output_path))

cat(">> Checking file contents\n")
lines <- readLines(output_path)
assertthat::assert_that(any(grepl("# Task Template ", lines)))
assertthat::assert_that(any(grepl("# Template", lines)))
assertthat::assert_that(any(grepl("# Description", lines)))
assertthat::assert_that(any(grepl("# Motivation", lines)))
assertthat::assert_that(any(grepl("# Authors", lines)))
Expand Down

0 comments on commit ed05a70

Please sign in to comment.