Skip to content

Commit

Permalink
Update testing/src/scenario/_consistency_checker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer authored Dec 9, 2024
1 parent 75d442a commit 7d7ca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/scenario/_consistency_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def check_event_consistency(
# consistency possible?
warnings.append(
"this is a custom event; if its name makes it look like a builtin one "
"(e.g. a relation event, or a workload event), you might get some false-negative "
"(for example, a relation event, or a workload event), you might get some false-negative "
"consistency checks.",
)
return Results(errors, warnings)
Expand Down

0 comments on commit 7d7ca45

Please sign in to comment.