Skip to content

Commit

Permalink
Increase coins amount in CommerceExchangeCoins test (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGunflame authored Aug 29, 2024
1 parent 9442e51 commit 51e5786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commerce_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestCommerceDelivery(t *testing.T) {

func TestCommerceExchangeCoins(t *testing.T) {
api := New()
if _, err := api.CommerceExchangeCoins(10000); err != nil {
if _, err := api.CommerceExchangeCoins(1000000); err != nil {
t.Errorf("CommerceExchangeCoins failed: '%s'", err)
}
}
Expand Down

0 comments on commit 51e5786

Please sign in to comment.