Skip to content

Commit

Permalink
Merge pull request #453 from keboola/erik-KBC-535-table-exporter
Browse files Browse the repository at this point in the history
TableExporterTest: tests fixup for synapse backend
  • Loading branch information
ErikZigo authored Jul 24, 2020
2 parents a58d115 + b75da3a commit 25d56cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/Backend/CommonPart1/TableExporterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,14 @@ public function testExportTablesWithColumns()
'tableId' => $table1Id,
'destination' => $file1,
'exportOptions' => [
'limit' => 1,
'whereFilters' => [
[
'column' => 'id',
'values' => [
'0'
],
],
],
'columns' => ['name', 'id'],
],
],
Expand Down

0 comments on commit 25d56cb

Please sign in to comment.