Skip to content

Commit

Permalink
Update tests based on updated ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 2, 2024
1 parent c990b35 commit ac4d66c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_output_type(self):
_ForEach("key", ["foo", ["bar"], []], {})


class TestForEach(TestCase):
class TestForEachCollection(TestCase):
def setUp(self) -> None:
super().setUp()
self.cfn = Template(
Expand Down

0 comments on commit ac4d66c

Please sign in to comment.