Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charredUtensil committed Aug 8, 2024
1 parent 5f296dc commit d2bd1be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/e2e_tests/goldens/building_zoo.dat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colcount:14
camerapos:Translation: X=300.000 Y=300.000 Z=0.000 Rotation: P=45.000000 Y=0.000000 R=0.000000 Scale X=1.000 Y=1.000 Z=1.000
biome:ice
creator:groundHog
levelname:undefined
levelname:Golden Test
opencaves:1,1/

spiderrate:10
Expand Down
2 changes: 1 addition & 1 deletion src/core/e2e_tests/goldens/entity_zoo.dat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colcount:14
camerapos:Translation: X=300.000 Y=300.000 Z=0.000 Rotation: P=45.000000 Y=0.000000 R=0.000000 Scale X=1.000 Y=1.000 Z=1.000
biome:ice
creator:groundHog
levelname:undefined
levelname:Golden Test
opencaves:1,1/

spiderrate:10
Expand Down
2 changes: 1 addition & 1 deletion src/core/e2e_tests/goldens/mvp.dat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colcount:6
camerapos:Translation: X=300.000 Y=900.000 Z=0.000 Rotation: P=45.000000 Y=0.000000 R=0.000000 Scale X=1.000 Y=1.000 Z=1.000
biome:ice
creator:groundHog
levelname:undefined
levelname:Golden Test
opencaves:4,1/

spiderrate:10
Expand Down
1 change: 1 addition & 0 deletions src/core/e2e_tests/serialize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const DUMMY_CAVERN = {
crystals: new MutableGrid<number>(),
erosion: new MutableGrid<Erosion>(),
landslides: new MutableGrid<Landslide>(),
levelName: "Golden Test",
miners: [],
ore: new MutableGrid<number>(),
objectives: {
Expand Down

0 comments on commit d2bd1be

Please sign in to comment.