Skip to content

Commit

Permalink
Adopt public constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechen116 committed Nov 29, 2023
1 parent 21bc107 commit 0b44a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/sqids/MinLengthTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.junit.jupiter.api.Test;

public class MinLengthTests {
private final int minLength = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".length();
private final int minLength = Sqids.Builder.DEFAULT_ALPHABET.length();

@Test
public void simple() {
Expand Down

0 comments on commit 0b44a67

Please sign in to comment.