Skip to content

Commit

Permalink
Remove duplicated $refresh property
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Nov 2, 2021
1 parent 32f88ce commit 28aecc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/system/Database/Live/PreparedQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ final class PreparedQueryTest extends CIUnitTestCase
{
use DatabaseTestTrait;

protected $refresh = true;
private $seed = CITestSeeder::class;
private $seed = CITestSeeder::class;

/**
* @var BasePreparedQuery|null
Expand Down

0 comments on commit 28aecc4

Please sign in to comment.