diff --git a/test_h5image.py b/test_h5image.py
index 67b716676200552ab163aac7d1b1c7ec1e7e57d9..f679548b1253c371a62af2c39bdc142932229e26 100644
--- a/test_h5image.py
+++ b/test_h5image.py
@@ -14,7 +14,7 @@ print(map, len(layers))
 
 
 patches = h5_image.get_patches(map, False)
-print(patches[0])
+print(patches)
 sorted_patches = {k: v for k, v in sorted(patches.items(), key=lambda item: len(item[1]), reverse=True)}
 loc, loc_layers = next(iter(sorted_patches.items()))
 row = int(loc.split("_")[0])