Skip to content

Commit 98cdeda

Browse files
committed
Fix coding standards alignment in InsertTest
https://claude.ai/code/session_01F4RsGjVD4jny3Lder5wqbc
1 parent eff357c commit 98cdeda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Client/InsertTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testInsert(string $tableSql): void
6262
#[DataProvider('providerInsert')]
6363
public function testInsertUseColumns(string $tableSql): void
6464
{
65-
$userId = ClickHouseVersion::get() >= 2508 ? 4324182021466249494 : '4324182021466249494';
65+
$userId = ClickHouseVersion::get() >= 2508 ? 4324182021466249494 : '4324182021466249494';
6666
$expectedData = [
6767
['PageViews' => 5, 'UserID' => $userId, 'Duration' => 146, 'Sign' => -1],
6868
['PageViews' => 6, 'UserID' => $userId, 'Duration' => 185, 'Sign' => 1],
@@ -92,7 +92,7 @@ public function testInsertUseColumns(string $tableSql): void
9292
#[DataProvider('providerInsert')]
9393
public function testInsertUseColumnsWithTypes(string $tableSql): void
9494
{
95-
$userId = ClickHouseVersion::get() >= 2508 ? 4324182021466249494 : '4324182021466249494';
95+
$userId = ClickHouseVersion::get() >= 2508 ? 4324182021466249494 : '4324182021466249494';
9696
$expectedData = [
9797
['PageViews' => 5, 'UserID' => $userId, 'Duration' => 146, 'Sign' => -1],
9898
['PageViews' => 6, 'UserID' => $userId, 'Duration' => 185, 'Sign' => 1],

0 commit comments

Comments
 (0)