Skip to content

Commit

Permalink
add assert message
Browse files Browse the repository at this point in the history
  • Loading branch information
chathuranga-jayanath-99 committed Dec 3, 2024
1 parent e2e29bf commit 8cf0e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public class SslSenderTrustStoreHolderTest {
public void testGetInstance() {
SslSenderTrustStoreHolder instance = SslSenderTrustStoreHolder.getInstance();
SslSenderTrustStoreHolder instance2 = SslSenderTrustStoreHolder.getInstance();
Assert.assertEquals(instance, instance2);
Assert.assertEquals("Instances should be the same.", instance, instance2);
}
}

0 comments on commit 8cf0e92

Please sign in to comment.