Skip to content

Commit

Permalink
fix(tools): icfree, update test
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-gricourt committed Feb 14, 2024
1 parent 0a6f746 commit 3f38e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/icfree/instructor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<collection type="list">
<element name="source_plate_1.json" value="plates_generator/output/source_plate_1.json" />
<element name="source_plate_1.tsv" value="plates_generator/output/source_plate_1.tsv" />
<element name="destination_plate_1.json" value="plates_generator/output/destination_plate_1..json" />
<element name="destination_plate_1.json" value="plates_generator/output/destination_plate_1.json" />
<element name="destination_plate_1.tsv" value="plates_generator/output/destination_plate_1.tsv" />
</collection>
</param>
Expand Down
4 changes: 2 additions & 2 deletions tools/icfree/plates_generator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
<output_collection name="output_source_dest" type="list" count="4">
<element name="source_plate_1.json" ftype="json">
<assert_contents>
<has_n_lines n="17"/>
<has_n_lines n="18"/>
</assert_contents>
</element>
<element name="source_plate_1.tsv" file="plates_generator/output/source_plate_1.tsv" ftype="tabular" compare="diff" />
<element name="destination_plate_1.json" ftype="json">
<assert_contents>
<has_n_lines n="17"/>
<has_n_lines n="18"/>
</assert_contents>
</element>
<element name="destination_plate_1.tsv" file="plates_generator/output/destination_plate_1.tsv" ftype="tabular" compare="diff" />
Expand Down

0 comments on commit 3f38e8d

Please sign in to comment.