Skip to content

Commit

Permalink
Small test fixup (same as 0936066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 31, 2016
1 parent 0936066 commit f6452a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_mp_connect.cpp
Expand Up @@ -82,7 +82,7 @@ struct mp_connect_fixture {
state->mp_settings().saved_game = false;

state->set_scenario(config_manager->
game_config().find_child(std::to_string(game_classification::CAMPAIGN_TYPE::MULTIPLAYER), "id", state->mp_settings().name));
game_config().find_child("multiplayer", "id", state->mp_settings().name));

state->mp_settings().num_turns = state->get_starting_pos()["turns"];

Expand Down

0 comments on commit f6452a3

Please sign in to comment.