Skip to content

Commit

Permalink
update a test
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Feb 15, 2024
1 parent daab8eb commit 5e05e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javav2/example_code/emr/src/test/java/EMRTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public void createSparkClusterTest() {
public void createHiveClusterTest() {
assertDoesNotThrow(() -> CreateHiveCluster.createCluster(emrClient, jar, myClass, keys, logUri, name));
System.out.println("Test 7 passed");

}

@Test
Expand Down

0 comments on commit 5e05e26

Please sign in to comment.