mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-01 10:47:12 +00:00
44 - Cancelling Reservations
This commit is contained in:
@@ -85,6 +85,7 @@ class PurchaseTicketsTest extends TestCase
|
||||
|
||||
$this->assertResponseStatus(422);
|
||||
$this->assertFalse($concert->hasOrderFor('john@example.com'));
|
||||
$this->assertEquals(3, $concert->ticketsRemaining());
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
||||
Reference in New Issue
Block a user