Skip to content

Commit

Permalink
docs(readme): fix typo in the example usage (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored May 7, 2024
1 parent 737d84b commit b6e5466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ assert_false(FALSE)
set(SOME_VARIABLE "some value")
assert_defined(SOME_VARIABLE)
assert_strequal("${SOME_VALUE}" "some value")
assert_strequal("${SOME_VARIABLE}" "some value")
file(TOUCH some-file)
Expand Down

0 comments on commit b6e5466

Please sign in to comment.