Skip to content

Commit

Permalink
test: fix some updated naming n such
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed May 28, 2024
1 parent f523018 commit ff99357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/dino/modes/vania/vania_room_test.gd
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ func test_build_room_sets_tilemap_doors():
MapInput.apply(MapInput.spaceship().merge(MapInput.small_room_shape()), def)

def.map_cells = [Vector3i(0, 0, 0)]
def.doors = [[Vector3i(0, 0, 0), Vector3i(1, 0, 0)]]

room.set_room_def(def)
room.ensure_children()
room.setup_tileset()

room.doors = [[Vector3i(0, 0, 0), Vector3i(1, 0, 0)]]

room.setup_walls_and_doors()

Expand Down
2 changes: 1 addition & 1 deletion test/dino/modes/vania/vania_threads_test.gd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func test_threaded_game_gen():
add_child(game)

# wait for generation to finish
await game.finished_initial_room_gen
await game.room_gen_complete

# basic room_def assertions
assert_array(game.room_defs).is_not_empty()
Expand Down

0 comments on commit ff99357

Please sign in to comment.