Skip to content

Commit 556fb72

Browse files
scmacdonrlhagerm
authored andcommitted
updated sitewise tests
1 parent 3765597 commit 556fb72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

javav2/example_code/iotsitewise/src/test/java/SitewiseTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ public void testDeleteAsset() throws InterruptedException {
201201
sitewiseActions.deleteAssetAsync(assetId).join();
202202
});
203203
}
204-
205204
@Test
206205
@Tag("IntegrationTest")
207206
@Order(12)
@@ -213,7 +212,6 @@ public void testDeleteAssetModel() throws InterruptedException {
213212
CloudFormationHelper.destroyCloudFormationStack(ROLES_STACK);
214213
}
215214

216-
217215
private static String getSecretValues() {
218216
SecretsManagerClient secretClient = SecretsManagerClient.builder()
219217
.region(Region.US_EAST_1)

0 commit comments

Comments
 (0)