Skip to content

Commit 281b54e

Browse files
Apply suggestions from code review
Co-Authored-By: tiagofilipe12 <[email protected]>
1 parent 3a8512d commit 281b54e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resolution
3131
- Added seed parameter to `downsample_fastq` component.
3232
- Added bacmet database to `abricate` component.
3333
- Added default docker option to avoid docker permission errors.
34-
- Added tests for `mash_screen`, `mash_dist`, `mapping_patlas` related python
34+
- Added tests for `mash_screen`, `mash_dist`, `mapping_patlas` python
3535
templates
3636
- Changed the default URL generated by inspect and report commands.
3737

flowcraft/tests/template_tests/test_mapping2json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_depth_file_reader(tmpdir):
6161
"""
6262

6363
# create a temporary file to make a dict from
64-
file = tmpdir.join("test_depth_file.txt")
64+
file_handle = tmpdir.join("test_depth_file.txt")
6565
file.write("seq1\t1\t30")
6666

6767
# execute the function to get the dict

0 commit comments

Comments
 (0)