Skip to content

Commit

Permalink
Fixed test names
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Sep 22, 2023
1 parent 3b7d7c8 commit feb5944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_image_app_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_ignoring_android_package_name_in_signature_image(self):
],
)

def test_ignoring_valid_android_package_name_in_draw_image(self):
def test_ignoring_android_package_name_in_draw_image(self):
self.assertPyxformXform(
name="data",
md="""
Expand All @@ -70,7 +70,7 @@ def test_ignoring_valid_android_package_name_in_draw_image(self):
],
)

def test_ignoring_valid_android_package_name_in_draw_image(self):
def test_ignoring_android_package_name_in_selfie_image(self):
self.assertPyxformXform(
name="data",
md="""
Expand Down

0 comments on commit feb5944

Please sign in to comment.