Skip to content

Commit

Permalink
Remove test annotation on empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
MannikJ committed Jun 28, 2019
1 parent 7cb8e25 commit fb1b606
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/CategoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

class CategoryTest extends LaravelTest
{
/** @test */
public function test_type()
public function type()
{
$configCategory = Category::create(['name' => 'Config Types']);
$schemaCategory = Category::create(['name' => 'JSON Schema']);
Expand Down

0 comments on commit fb1b606

Please sign in to comment.