summaryrefslogtreecommitdiff
path: root/gerbonara/tests/test_layers.py
diff options
context:
space:
mode:
Diffstat (limited to 'gerbonara/tests/test_layers.py')
-rw-r--r--gerbonara/tests/test_layers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gerbonara/tests/test_layers.py b/gerbonara/tests/test_layers.py
index 445572b..980a303 100644
--- a/gerbonara/tests/test_layers.py
+++ b/gerbonara/tests/test_layers.py
@@ -335,7 +335,7 @@ def test_layer_classifier(ref_dir):
else: # not in file_map
assert (side, layer) not in stack
- assert len(stack.drill_layers) == len(drill_files)
+ assert len(list(stack.drill_layers)) == len(drill_files)
for filename, role in drill_files.items():
print('drill:', filename, role)