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

Commit d315d3d

Browse files
committed
Update unit tests
1 parent dc3282f commit d315d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/models/prime/randomizer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'mocha';
55

66
describe('PrimeRandomizer', () => {
77
it('should successfully generate a world', () => {
8-
const settings = new PrimeRandomizerSettings({ seed: 'K3N45IC8SJ' });
8+
const settings = new PrimeRandomizerSettings({ seed: 'N99OETYKV4' });
99
const world = generateWorld(settings);
1010
const placedItemLocations = world.getLocations().toArray().filter(location => location.hasItem());
1111

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 = '124TP1C-2D91XAFQV9MTQVAGICCXOXQF4-UQ3UEU2I5SNC9D47UV4-DUB5VNRPT17P4W';
32+
const expected = '124TP1C-2D91XAFQV9MTQVAGICCXOXQF4-UQ3UEU2I5SNC9D47UV4-32QHB1A5QG9PL34';
3333
const result = settings.toSettingsString();
3434

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

0 commit comments

Comments
 (0)