diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-16 20:56:30 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-16 20:56:30 +0100 |
commit | e7dff4f04b2b02d135bd166b9d340291517e47e8 (patch) | |
tree | b07528914a1033a7603caffacaaab4535d5ad105 /test | |
parent | 02bbad817077e9a23f7b24b82845fcde24de63a9 (diff) | |
download | bsie-e7dff4f04b2b02d135bd166b9d340291517e47e8.tar.gz bsie-e7dff4f04b2b02d135bd166b9d340291517e47e8.tar.bz2 bsie-e7dff4f04b2b02d135bd166b9d340291517e47e8.zip |
minor bugfix
Diffstat (limited to 'test')
-rw-r--r-- | test/extractor/image/test_colors_spatial.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/extractor/image/test_colors_spatial.py b/test/extractor/image/test_colors_spatial.py index b704e3f..d8a4209 100644 --- a/test/extractor/image/test_colors_spatial.py +++ b/test/extractor/image/test_colors_spatial.py @@ -84,7 +84,7 @@ class TestColorsSpatial(unittest.TestCase): self.assertEqual(ret[0], ( node, list(principals)[0], - [91, 127, 121, 94, 138, 167, 163, 134, 190, 138, 170, 156, 121, 142, 159])) + (91, 127, 121, 94, 138, 167, 163, 134, 190, 138, 170, 156, 121, 142, 159))) ## main ## |