Skip to content

Commit

Permalink
Update tests/Platforms/SqlitePlatformTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Caruso <[email protected]>
  • Loading branch information
2 people authored and morozov committed Aug 28, 2020
1 parent 17fd14b commit 48963c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Platforms/SqlitePlatformTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,6 @@ public function testGetCreateTableSQLWithColumnCollation(): void

public function testGetSequencePrefixWithSchema(): void
{
self::assertEquals('bar__foo', $this->platform->getSequencePrefix('foo', 'bar'));
self::assertSame('bar__foo', $this->platform->getSequencePrefix('foo', 'bar'));
}
}

0 comments on commit 48963c1

Please sign in to comment.