Skip to content

Commit

Permalink
fix(test): wrong function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Yovach committed May 18, 2024
1 parent 4de5941 commit 7cdd08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Platforms/SQLServerPlatformTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function testGeneratesTypeDeclarationsForStrings(): void
);
self::assertEquals(
'NVARCHAR(50)',
$this->platform->getAsciiStringTypeDeclarationSQL(
$this->platform->getStringTypeDeclarationSQL(
['length' => 50, 'fixed' => false]

Check failure on line 129 in tests/Platforms/SQLServerPlatformTest.php

View workflow job for this annotation

GitHub Actions / Coding Standards / Coding Standards (8.3)

Multi-line function calls must have a trailing comma after the last parameter.
),
);
Expand Down

0 comments on commit 7cdd08f

Please # to comment.