Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public void describeCharacterTravelingToDestinationWithoutExplicitTravelMethod()
destination.setInhabitants(332);

assertThat(new GameMasterProxy().describe(character, destination)).isEqualTo(
"You're a level 1 Warrior with 30 hit points. You're traveling to your destination by walking. You've" +
" arrived at Vo Mimbre, which has 332 inhabitants.");
"You're a level 1 Warrior with 30 hit points. You've arrived at Vo Mimbre, which has 332 inhabitants.");
}
}