Fix Pint formatting
This commit is contained in:
@@ -40,7 +40,7 @@ class ClassPreparationInventoryServiceTest extends TestCase
|
||||
],
|
||||
]);
|
||||
|
||||
$service = new ClassPreparationInventoryService();
|
||||
$service = new ClassPreparationInventoryService;
|
||||
$map = $service->buildAvailability('2025-2026', 'Fall', true, ['Small Table']);
|
||||
|
||||
$this->assertSame(8, $map['Small Table']);
|
||||
|
||||
Reference in New Issue
Block a user