Skip to content

Commit

Permalink
Merge pull request #20 from EscolaLMS/feature/test_fix
Browse files Browse the repository at this point in the history
truncate
  • Loading branch information
qunabu authored Aug 26, 2021
2 parents 1067d04 + eba1467 commit 4982c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/API/AdminApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public function setUp(): void
$this->user = config('auth.providers.users.model')::factory()->create();
$this->user->guard_name = 'api';
$this->user->assignRole(UserRole::ADMIN);
OrderItem::query()->delete();
Order::query()->delete();
Course::query()->delete();
// OrderItem::query()->delete();
// Order::query()->delete();
// Course::query()->delete();
}

public function test_list_orders()
Expand Down

0 comments on commit 4982c8a

Please sign in to comment.