aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-16 20:56:30 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-16 20:56:30 +0100
commite7dff4f04b2b02d135bd166b9d340291517e47e8 (patch)
treeb07528914a1033a7603caffacaaab4535d5ad105
parent02bbad817077e9a23f7b24b82845fcde24de63a9 (diff)
downloadbsie-e7dff4f04b2b02d135bd166b9d340291517e47e8.tar.gz
bsie-e7dff4f04b2b02d135bd166b9d340291517e47e8.tar.bz2
bsie-e7dff4f04b2b02d135bd166b9d340291517e47e8.zip
minor bugfix
-rw-r--r--test/extractor/image/test_colors_spatial.py2
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 ##