Skip to content

Commit 2bce58e

Browse files
style(spp_programs): fix ruff-format on test_batch_creation
1 parent e69b316 commit 2bce58e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

spp_programs/tests/test_batch_creation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ def test_cash_manager_batch_creates_entitlements(self):
6262
using a single batch vals_list passed to create()."""
6363
self.manager.prepare_entitlements(self.cycle, self.memberships)
6464

65-
entitlements = self.env["spp.entitlement"].search(
66-
[("cycle_id", "=", self.cycle.id)]
67-
)
65+
entitlements = self.env["spp.entitlement"].search([("cycle_id", "=", self.cycle.id)])
6866
self.assertEqual(
6967
len(entitlements),
7068
5,

0 commit comments

Comments
 (0)