Skip to content

Commit

Permalink
Cucumber Error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossama98 committed Sep 30, 2020
1 parent db40ec6 commit b01d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/stepdefs/CommerceDefinitions.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void has_two_coins(){

@When("the player requests the resource \\{Resource}")
public void request_resource() {
player.buyResource(resource, neighbor);
player.buyResource(resource, 1,neighbor);
}

@Then("the player should hand out 2 of his coins")
Expand Down

0 comments on commit b01d9f7

Please sign in to comment.