Skip to content

Commit

Permalink
chore: correct reference to test source
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jan 9, 2024
1 parent 8b47454 commit 4932076
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,11 +846,7 @@ def test_tpq_inside_run_block(self):
assert formatter.get_formatted() == snakecode

def test_f_string_with_double_braces_in_input(self):
"""rule align:
input:
sequences="results/{build_name}/filtered.fasta",
params:
translation_template=lambda w: f"{w.build_name}/{{cds}}.fasta","""
"""https://github.com/snakemake/snakefmt/issues/207"""
snakecode = (
"rule align:\n"
f"{TAB * 1}input:\n"
Expand Down

0 comments on commit 4932076

Please sign in to comment.