Skip to content

Commit

Permalink
#29 - Fix testIssue29() test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jan 29, 2020
1 parent 3720545 commit 09369ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/Issue29Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public function testIssue29(): void
'migrationsInDb' => true,
]);

Migrations::resetStorage();

$this->assertTrue($this->db->tableExists('tasks'));
$this->assertTrue($this->db->tableExists('task_jobs'));
$this->assertArrayHasKey('task_jobs_tasks_id_fk', $this->db->describeReferences('task_jobs'));
Expand Down

0 comments on commit 09369ee

Please sign in to comment.