Skip to content

Commit

Permalink
fix: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mudassir-hafeez committed Jul 9, 2024
1 parent 543438e commit 3480283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_api/user_validation/models_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_str(self):
"""Test the __str__"""
self.assertEqual(str(self.get_validation_instance('valid_name')), "<User validation>")

def test_properties(self, key, expected_name):
def test_properties(self):
"""Test properties on Validation model"""
test_cases = [
('invalid_name', 'Invalid name', 'name'),
Expand Down

0 comments on commit 3480283

Please sign in to comment.