Skip to content

Commit 2b998e1

Browse files
committed
feat(#168): filtered file
1 parent 6dc72d6 commit 2b998e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sr-data/src/tests/test_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_outputs_commands_and_files(self):
5454
steps,
5555
[
5656
'just pulls "../repos.csv" $GH_TOKEN "../repos-with-pulls.csv"\n',
57-
'just filter "../repos-with-pulls.csv" "../after-filter.csv"\n',
57+
'just filter "../repos-with-pulls.csv" "../filtered.txt" "../after-filter.csv"\n',
5858
'just extract "../after-filter.csv" "../after-extract.csv"\n',
5959
'just embed "../after-extract.csv" "../embeddings"\n',
6060
'cp "embeddings-s-bert-384.csv" "sbert.csv"\n',
@@ -99,7 +99,7 @@ def test_outputs_pipeline_with_workflows(self):
9999
steps,
100100
[
101101
'just pulls "../repos.csv" $GH_TOKEN "../repos-with-pulls.csv"\n',
102-
'just filter "../repos-with-pulls.csv" "../after-filter.csv"\n',
102+
'just filter "../repos-with-pulls.csv" "../filtered.txt" "../after-filter.csv"\n',
103103
'just workflows "../after-filter.csv" "../after-workflows.csv"',
104104
],
105105
f"Resulted steps: {steps} don't match with expected"

0 commit comments

Comments
 (0)