Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Smith Cruise <[email protected]>
  • Loading branch information
Smith-Cruise committed Sep 23, 2024
1 parent 20ed4f3 commit d4e74cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void testUseAWSSDKDefaultBehavior() throws Exception {
fs.close();

// Make sure two DefaultCredentialsProviders are different instances
Assert.assertTrue(previousHashCode != currentHashCode);
Assert.assertNotEquals(previousHashCode, currentHashCode);
}

@Test
Expand Down

0 comments on commit d4e74cb

Please sign in to comment.