Skip to content

Commit

Permalink
Merge pull request #1318 from keboola/jirka-big-246-test-table-type
Browse files Browse the repository at this point in the history
BIG-246 test tableType for bigquery-external-table
  • Loading branch information
jirkasemmler authored Apr 22, 2024
2 parents 208515a + b58eb07 commit cc67a3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ public function testRegistrationOfExternalTableFromCsv(): void
// normal table is deleted, external table is still there
// external table must return warning
$this->assertCount(1, $tables);
$this->assertSame('bigquery-external-table', $tables[0]['tableType']);
}

/**
Expand Down

0 comments on commit cc67a3d

Please sign in to comment.