diff options
| author | jvoisin | 2018-09-24 19:50:24 +0200 |
|---|---|---|
| committer | jvoisin | 2018-09-24 19:50:24 +0200 |
| commit | 2e243355f51654c8c6392c80a17b090f9f012fd1 (patch) | |
| tree | b4bb244443ab0566cdb741b1c91a112ff8149214 /tests/test_libmat2.py | |
| parent | 174d4a0ac09c2e9d4a9aa3677a442c05459b8309 (diff) | |
Fix some minor formatting issues
Diffstat (limited to 'tests/test_libmat2.py')
| -rw-r--r-- | tests/test_libmat2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index d8c7b83..7a1a9e7 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py | |||
| @@ -12,7 +12,7 @@ from libmat2 import check_dependencies | |||
| 12 | class TestCheckDependencies(unittest.TestCase): | 12 | class TestCheckDependencies(unittest.TestCase): |
| 13 | def test_deps(self): | 13 | def test_deps(self): |
| 14 | ret = check_dependencies() | 14 | ret = check_dependencies() |
| 15 | for key, value in ret.items(): | 15 | for value in ret.values(): |
| 16 | self.assertTrue(value) | 16 | self.assertTrue(value) |
| 17 | 17 | ||
| 18 | 18 | ||
