Skip to content

Commit

Permalink
fix assert test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuf239 committed Jul 1, 2024
1 parent 0d9fb18 commit 63312a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tests/sdk_tests/expect/assert.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ test "expect" {
try{
expect.match("this contains hello world string", "new string");
}catch err{
expect.equal(err, "The input did not match the regular expression new string");
expect.equal(err, "The input \"this contains hello world string\" did not match the regular expression new string");
}

// "negative doesNotMatch test"
Expand Down

0 comments on commit 63312a4

Please sign in to comment.