Skip to content

Commit f6b24e9

Browse files
ondrajodaszajca
andauthored
Update packages/php-datatypes/tests/BigqueryDatatypeTest.php
Co-authored-by: Martin Zajíc <zajca@zajca.cz>
1 parent 4be030f commit f6b24e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/BigqueryDatatypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ public function provideTestGetTypeFromAlias(): Generator
490490
{
491491
foreach (Bigquery::TYPES as $type) {
492492
$expectedType = match ($type) {
493-
Bigquery::TYPE_INT64 => Bigquery::TYPE_INTEGER,
493+
Bigquery::TYPE_INT64,
494494
Bigquery::TYPE_INT,
495495
Bigquery::TYPE_SMALLINT,
496496
Bigquery::TYPE_BIGINT,

0 commit comments

Comments
 (0)