Skip to content

Commit

Permalink
adjust test method
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-ife committed Nov 8, 2024
1 parent a532290 commit 9461af4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ def test_01_maintenance_equipment_sequence(self):
"""
# Create category
categ_1 = self.maintenance_equipment_categ_obj.create(
{
[{
"name": "Test Category",
"sequence_prefix": "TTC",
"sequence_number_next": 1,
}
)
}]
)[0]
seq_1 = self.sequence_obj.search(
[("name", "=", categ_1.name), ("prefix", "=", "TTC")], limit=1
)
Expand Down

0 comments on commit 9461af4

Please sign in to comment.