Skip to content

Commit

Permalink
Update permissions migration test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts authored Mar 6, 2021
1 parent 312f42d commit 3abd259
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/Unit/Migrations/PermissionsMigrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,10 @@ public function permissions_seeded()
'view markets',
'create markets',
'update markets',
'view profile links',
'create profile links',
'update profile links',
'view gmb details',
'create gmb details',
'update gmb details',
'view gmb hours',
'create gmb hours',
'update gmb hours',
])->pluck('name');

$this->assertCount(15, $seededPermissions);
$this->assertCount(8, $seededPermissions);
}
}

0 comments on commit 3abd259

Please sign in to comment.