aboutsummaryrefslogtreecommitdiff
path: root/tests/truth_tests.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/truth_tests.bzl')
-rw-r--r--tests/truth_tests.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/truth_tests.bzl b/tests/truth_tests.bzl
index d209978..ee942f4 100644
--- a/tests/truth_tests.bzl
+++ b/tests/truth_tests.bzl
@@ -180,7 +180,7 @@ def _bool_subject_test(env, _target):
fake_env,
["expected any of:", "None", "39", "actual: True"],
env = env,
- msg = "check is_in mismatchd values",
+ msg = "check is_in mismatched values",
)
_end(env, fake_env)