Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanw-bq committed Apr 21, 2023
1 parent 6a7fadc commit b824deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/failover_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class FailoverIntegrationTest : public BaseFailoverIntegrationTest {
}

static void TearDownTestSuite() {
rds_client->reset();
rds_client.reset();
Aws::ShutdownAPI(options);
}

Expand Down
2 changes: 1 addition & 1 deletion integration/failover_performance_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class FailoverPerformanceTest :
}

static void TearDownTestSuite() {
rds_client->reset();
rds_client.reset();
Aws::ShutdownAPI(options);

// Save results to spreadsheet
Expand Down
2 changes: 1 addition & 1 deletion integration/network_failover_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class NetworkFailoverIntegrationTest : public BaseFailoverIntegrationTest {
}

static void TearDownTestSuite() {
rds_client->reset();
rds_client.reset();
Aws::ShutdownAPI(options);
}

Expand Down

0 comments on commit b824deb

Please sign in to comment.