Skip to content

Commit

Permalink
chore: Update SequencingObjectServiceImplIT to correct gzipped checks…
Browse files Browse the repository at this point in the history
…um due to OS bit changing from 0 to 255 in java 16 and 17.
  • Loading branch information
ericenns committed Nov 14, 2024
1 parent 436fd7b commit 5520627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class SequencingObjectServiceImplIT {

private static final String CHECKSUM = "85e440ab2f17636ab24b12e8e4b4d445b6131e7df785cbd02d56c2688eef55fb";

private static final String ZIPPED_CHECKSUM = "a2ff0d0790029822b4a2457a2912414ffc532136729ad2fd06efc70fe428ab32";
private static final String ZIPPED_CHECKSUM = "123f53507f29a3375f6c1ddd054dadaf4e90cacda536452019b7a37a678f8d7d";

@Autowired
private PasswordEncoder passwordEncoder;
Expand Down

0 comments on commit 5520627

Please sign in to comment.