Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkasemmler committed Jan 27, 2025
1 parent 076c5d7 commit 68a3115
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 @@ -85,7 +85,7 @@ private function isBigqueryWithNewDeleteRows(string $backendName, array $filterP
{
return $backendName === 'bigquery' &&
array_key_exists('whereFilters', $filterParams) &&
count($filterParams) > 0 &&
count($filterParams['whereFilters']) > 0 &&
(array_key_exists('valuesByTableInStorage', $filterParams['whereFilters'][0]) || array_key_exists('valuesByTableInWorkspace', $filterParams['whereFilters'][0])
);
}
Expand Down

0 comments on commit 68a3115

Please sign in to comment.