Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 9c6dbd9

Browse files
committed
Fix randomizer settings test
1 parent ee8c94e commit 9c6dbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/models/prime/randomizerSettings.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('PrimeRandomizerSettings', () => {
2929
alcoveNoItems: true
3030
}
3131
});
32-
const expected = '53DX4W-2D91XAFQV9MTQVAGICCXOXQF4-UQ3UEU2I5SNC9D47UV4-4ZSOW';
32+
const expected = 'KDJOJK-2D91XAFQV9MTQVAGICCXOXQF4-UQ3UEU2I5SNC9D47UV4-4XDKKFEK4XS';
3333
const result = settings.toSettingsString();
3434

3535
expect(result).to.equal(expected);

0 commit comments

Comments
 (0)