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 ce58241 commit ab0d41aCopy full SHA for ab0d41a
src/test/java/org/hashids/HashidsTest.java
@@ -134,7 +134,7 @@ public void test_for_vlues_greater_int_maxval() {
134
public void test_issue10() {
135
final String expected = "3kK3nNOe";
136
String res;
137
- final long num_to_hash = 75527867232l;
+ final long num_to_hash = 75527867232L;
138
long[] res2;
139
final Hashids a = new Hashids("this is my salt");
140
res = a.encode(num_to_hash);
0 commit comments