Skip to content

Commit

Permalink
Pedantic reordering: order assertions alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jun 28, 2018
1 parent cb69fcb commit aaabd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stripe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ func TestUserAgentWithAppInfo(t *testing.T) {
application := userAgent["application"].(map[string]interface{})

assert.Equal(t, "MyAwesomePlugin", application["name"])
assert.Equal(t, "partner_1234", application["partner_id"])
assert.Equal(t, "https://myawesomeplugin.info", application["url"])
assert.Equal(t, "1.2.34", application["version"])
assert.Equal(t, "partner_1234", application["partner_id"])
}

func TestStripeClientUserAgent(t *testing.T) {
Expand Down

0 comments on commit aaabd79

Please sign in to comment.