aboutsummaryrefslogtreecommitdiff
path: root/tests/matching/matching_tests.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/matching/matching_tests.bzl')
-rw-r--r--tests/matching/matching_tests.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/matching/matching_tests.bzl b/tests/matching/matching_tests.bzl
index 19d4fb2..6ef67e3 100644
--- a/tests/matching/matching_tests.bzl
+++ b/tests/matching/matching_tests.bzl
@@ -15,7 +15,7 @@ def _file(path):
)
def _verify_matcher(env, matcher, match_true, match_false):
- # Test postive match
+ # Test positive match
env.expect.where(matcher = matcher.desc, value = match_true).that_bool(
matcher.match(match_true),
expr = "matcher.match(value)",