Skip to content

Commit

Permalink
Aligns test message with new code message
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgman authored Dec 16, 2019
1 parent b45bdd3 commit 12355c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_grade_learnr.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ test_that("Grade learnr check_code", {
check_code = "grade_code(glue_incorrect = '{.message}')",
solution_code = "exp(log(1))"
),
"I expected 1 where it was interpreted as 2."
"I expected 1; what you wrote was interpreted as 2."
)
})

0 comments on commit 12355c2

Please sign in to comment.