Skip to content

Commit 4afdfd8

Browse files
committed
Fix typo in test class name
1 parent 5f05a23 commit 4afdfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_unknown_keys(self):
306306
self.assertEqual(model.traits.ip_address, '1.2.3.4', 'correct ip')
307307

308308

309-
class TestNamess(unittest.TestCase):
309+
class TestNames(unittest.TestCase):
310310

311311
raw = {
312312
'continent': {

0 commit comments

Comments
 (0)