Skip to content

Commit

Permalink
/test line I missed in 588f682
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Jun 9, 2024
1 parent c25193e commit eb599d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/new_character_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ TEST_CASE( "starting_items", "[slow]" )
const int num_items_pre_migration = get_item_count( items_visited );
items_visited.clear();

player_character.migrate_items_to_storage( true );
player_character.visit_items( visitable_counter );
const int num_items_post_migration = get_item_count( items_visited );
items_visited.clear();
Expand Down

0 comments on commit eb599d6

Please sign in to comment.