Skip to content

Commit

Permalink
Added back code deleted accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfire305 authored May 22, 2024
1 parent 3e16a6c commit 166e9a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/Feature/Entities/AbilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

use App\Models\Ability;

it('POSTS an invalid ability form')
->asUser()
->withCampaign()
->postJson('/api/1.0/campaigns/1/abilities', [])
->assertStatus(422)
;

it('POSTS a new ability')
->asUser()
->withCampaign()
Expand Down

0 comments on commit 166e9a3

Please sign in to comment.