Skip to content

Commit 90b6b54

Browse files
committed
Fix sample retrieval
1 parent 8c36e09 commit 90b6b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clearpath_generator_common/test/generate_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_test_samples():
147147
# Filter for Test Samples
148148
if 'test' not in sample:
149149
continue
150-
samples.append(samples)
150+
samples.append(sample)
151151
return samples
152152

153153

0 commit comments

Comments
 (0)