Skip to content

Commit

Permalink
Clear store on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Jan 22, 2021
1 parent 4ae2853 commit 1c6408a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Schema/SchemaFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public function testGet()
$this->assertInstanceOf(Schema::class, $schema);
$this->assertEquals('my-schema', $schema->getSchemaKey());
BuildState::clear();

$schema->getStore()->getCache()->clear();
}

public function testBoot()
Expand Down

0 comments on commit 1c6408a

Please sign in to comment.