Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick committed Dec 28, 2022
1 parent 7069373 commit e5027e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ protected void setup(TestDestinationEnv testEnv) throws Exception {
@Override
protected void tearDown(TestDestinationEnv testEnv) {
tearDownBigQuery();
tarDownGcs();
tearDownGcs();
}

protected void tarDownGcs() {
protected void tearDownGcs() {
BigQueryDestinationTestUtils.tearDownGcs(s3Client, config, LOGGER);
}
}

0 comments on commit e5027e4

Please sign in to comment.