We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e328b4 commit 9afd8f6Copy full SHA for 9afd8f6
nixio/test/test_file.py
@@ -66,9 +66,9 @@ def test_file_blocks(self):
66
with self.assertRaises(ValueError):
67
self.file.create_block()
68
self.file.create_block(name="a name")
69
-
+
70
b = self.file.create_block(type_="type_a")
71
- assert(b.id == b.name)
+ assert b.id == b.name
72
73
def test_file_sections(self):
74
assert len(self.file.sections) == 0
0 commit comments