Skip to content

Commit

Permalink
fix e2e test bc default of unique modus
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 25, 2024
1 parent 364df41 commit 9eeae56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shotgun_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_e2e_shorah():

def test_e2e_shorah_with_extended_window_mode():
p = subprocess.run(
"./shotgun_test.sh --extended_window_mode", shell=True, check=True, cwd=cwd
"./shotgun_test.sh --extended_window_mode --non-unique_modus", shell=True, check=True, cwd=cwd
)

assert p.returncode == 0
Expand Down

0 comments on commit 9eeae56

Please sign in to comment.