Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkasemmler committed Jan 27, 2025
1 parent 351657e commit 9f48d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Backend/CommonPart1/DeleteRowsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function testTableDeleteRowsByFilterAsQuery(array $filterParams, array $e
$this->assertArrayEqualsSorted($expectedTableContent, $parsedData, 0);
}

// because BQ does not support valuesByTableInStorage / valuesByTableInWorkspace yet/. Tmp fix
// because BQ/exa does not support valuesByTableInStorage / valuesByTableInWorkspace yet/. Tmp fix
private function isBigqueryWithNewDeleteRows(string $backendName, array $filterParams): bool
{
return in_array($backendName, ['bigquery', 'exasol']) &&
Expand Down

0 comments on commit 9f48d4a

Please sign in to comment.