Skip to content

Commit 3d7d07f

Browse files
committed
remove errant line
1 parent f928217 commit 3d7d07f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_validation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919

2020

2121
def test_valid_data():
22-
"""assure the supplied metadata is OK"""
23-
invalid_metadata = dict(TEST_METADATA)
22+
"""ensure the default metadata is OK"""
2423
SigMFFile(TEST_METADATA).validate()
2524

2625

@@ -73,7 +72,7 @@ def test_version(self):
7372

7473

7574
class FailingCases(unittest.TestCase):
76-
"""Cases where the validator should throw an exception."""
75+
"""Cases where the validator should raise an exception."""
7776

7877
def setUp(self):
7978
self.metadata = dict(TEST_METADATA)

0 commit comments

Comments
 (0)