Skip to content

Commit

Permalink
refactor: changing function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis-Henrique committed Nov 28, 2023
1 parent b9e270a commit 3e49da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_load_raises_exception(self):
with self.assertRaisesRegex(cf.CFTemplateNotFound, regex):
cf.load(template)

def test_find_resource(self):
def test_find_resources(self):
template = cf.load("tests/fixtures/templates/example1.yml")
resources = cf.find_resources(template, cf.ResourceType.LAMBDA)

Expand Down

0 comments on commit 3e49da7

Please sign in to comment.