Fix Pint formatting
This commit is contained in:
@@ -21,7 +21,7 @@ class ClassPreparationAdjustmentServiceTest extends TestCase
|
||||
'adjustable' => 1,
|
||||
]);
|
||||
|
||||
$service = new ClassPreparationAdjustmentService();
|
||||
$service = new ClassPreparationAdjustmentService;
|
||||
[$items, $adjMap] = $service->applyAdjustments(['Small Table' => 1], '101', '2025-2026');
|
||||
|
||||
$this->assertSame(3, $items['Small Table']);
|
||||
|
||||
Reference in New Issue
Block a user