Skip to content

Commit

Permalink
Merge branch 'master' into jadebots
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGunflame committed Aug 29, 2024
2 parents 6f5a8dd + 51e5786 commit 478736e
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 478736e

Please sign in to comment.