Skip to content

Commit

Permalink
Refactor test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn committed Oct 28, 2024
1 parent 74ae761 commit d679874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def test_enum_ref_property(self):
self.assertEqual(d5.__fields_set__, {'value', 'str_value'})
self.assertEqual(d5.to_json(), '{"value": 1, "str_value": null}')

def test_enum_string_single_member(self):
def test_enum_single_members(self):
enum_test = petstore_api.EnumTest(
enum_string_required="lower",
enum_string_single_member="abc",
Expand Down

0 comments on commit d679874

Please sign in to comment.