Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 25, 2024
1 parent 9eeae56 commit 3286287
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 --non-unique_modus", shell=True, check=True, cwd=cwd
"./shotgun_test.sh --extended_window_mode", shell=True, check=True, cwd=cwd
)

assert p.returncode == 0
Expand Down

0 comments on commit 3286287

Please sign in to comment.