Skip to content

Commit

Permalink
Add earlyChecksumMode, with automatic patching of legacy checksums
Browse files Browse the repository at this point in the history
Opps, fix test
  • Loading branch information
rob-bygrave committed Nov 1, 2023
1 parent 9b30c00 commit 10395c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void test_skipMigration_skipChecksum() throws Exception {

MigrationConfig config = new MigrationConfig();
config.setSkipChecksum(true);
config.setAutoPatchChecksum(true);

MigrationTable mt = new MigrationTable(config, null, false, new MigrationPlatform());

Expand Down

0 comments on commit 10395c9

Please sign in to comment.