Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 21, 2023
1 parent 658c635 commit c0c912f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ def test_set_job_names_using_default(self):
"""Test set_job_names utils function with using default name."""
name_to_set = None
orig_name, name = set_job_names(name_to_set)
import pdb

pdb.set_trace()
assert "unknown_job" == orig_name
assert "job" in name

Expand Down

0 comments on commit c0c912f

Please sign in to comment.