We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bc107 commit 0b44a67Copy full SHA for 0b44a67
src/test/java/org/sqids/MinLengthTests.java
@@ -10,7 +10,7 @@
10
import org.junit.jupiter.api.Test;
11
12
public class MinLengthTests {
13
- private final int minLength = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".length();
+ private final int minLength = Sqids.Builder.DEFAULT_ALPHABET.length();
14
15
@Test
16
public void simple() {
0 commit comments