Skip to content

Commit

Permalink
test: correct exoected output
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Apr 25, 2024
1 parent a7c6661 commit d321b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tests/unit/test_gtdb_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ def test_gtdb_prep():
shutil.copytree(data_path, workdir)

# dbg
print("data/interim/gtdb/GCF_000056065.1.json", file=sys.stderr)
print("data/interim/gtdb/GCA_000056065.1.json", file=sys.stderr)

# Run the test job.
sp.check_output(
[
"python",
"-m",
"snakemake",
"data/interim/gtdb/GCF_000056065.1.json",
"data/interim/gtdb/GCA_000056065.1.json",
"-f",
"-j1",
"--target-files-omit-workdir-adjustment",
Expand Down

0 comments on commit d321b0f

Please sign in to comment.