Skip to content

Commit

Permalink
remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliahsu committed Jan 8, 2025
1 parent 1931d96 commit 67ee08d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ class TestLatestReleaseCondition(ConditionTestCase):
"id": LatestReleaseFilter.id,
}

def setup_group_event_and_job(self):
self.group_event = self.event.for_group(self.group)
self.job = WorkflowJob(
{
"event": self.group_event,
"workflow": Workflow(environment_id=None),
}
)

def setUp(self):
super().setUp()
self.job = WorkflowJob(
Expand Down

0 comments on commit 67ee08d

Please sign in to comment.