Skip to content

Commit

Permalink
first fix test so that it breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro committed Apr 20, 2023
1 parent 8e9ce30 commit 1fcdb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,5 @@ def test_dry_run_user_email(self):
output = self.call_shell_command(
"tpv", "dry-run", "--job-conf", job_config, "--input-size", "6", "--user", "[email protected]",
tpv_config)
self.assertTrue("name: TEST_JOB_SLOTS" in output,
f"Expected 'name: TEST_JOB_SLOTS' in destination\n{output}")
self.assertTrue("name: TEST_JOB_SLOTS_USER" in output,
f"Expected 'name: TEST_JOB_SLOTS_USER' in destination\n{output}")

0 comments on commit 1fcdb78

Please sign in to comment.