Skip to content

Commit 14fbee9

Browse files
author
gefeili
committed
Set the test method to public
1 parent 593bbd2 commit 14fbee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/bouncycastle/crypto/threshold/test/ShamirSecretSplitterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void performTest()
2626
testShamirSecretSplitter();
2727
}
2828

29-
private void testShamirSecretSplitter()
29+
public void testShamirSecretSplitter()
3030
{
3131
int l = 9, m = 3, n = 9;
3232
ShamirSecretSplitter.Algorithm algorithm = ShamirSecretSplitter.Algorithm.AES;

0 commit comments

Comments
 (0)