Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed May 15, 2022
1 parent 4c465e8 commit f34391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_loop_invariant.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test(): #@
"""
)

with self.assertAddedMessage("loop-invariant-global-usage"):
with self.assertAddedMessage("loop-global-usage"):
self.walk(test_func)

def test_assigned_global_in_for_loop(self):
Expand Down

0 comments on commit f34391d

Please sign in to comment.