Skip to content

Commit

Permalink
fix: Accidental committed this
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrokman committed Nov 24, 2024
1 parent 695be03 commit 49d0ceb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Feature/Account/WaitingListsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function testIndexWithAWaitingListAccounts()

$this->actingAs($this->user)
->get(route('mship.waiting-lists.index'))
->assertSee('My List')
->assertSee('Total accounts');
->assertSee('My List');
}
}

0 comments on commit 49d0ceb

Please sign in to comment.