Skip to content
Snippets Groups Projects
Commit 31915d91 authored by Kathleen Moriarty's avatar Kathleen Moriarty
Browse files

fix reference to package

parent 59e66531
No related branches found
No related tags found
1 merge request!17Issue 7
Pipeline #13903 failed
...@@ -12,7 +12,7 @@ from src.read_sequencing import read_sequencing ...@@ -12,7 +12,7 @@ from src.read_sequencing import read_sequencing
def test_read_sequencing(tmpdir): def test_read_sequencing(tmpdir):
"""Tests the correct number of reads were generated and the correct length of reads.""" """Tests the correct number of reads were generated and the correct length of reads."""
read_sequencing( read_sequencing.read_sequencing(
frag_file_name=Path.cwd() / 'tests/resources/test_terminal_fragments.txt', frag_file_name=Path.cwd() / 'tests/resources/test_terminal_fragments.txt',
num_reads=10, num_reads=10,
read_len=80, read_len=80,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment