Skip to content

Commit

Permalink
style: enforce go code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spatocode committed Sep 24, 2023
1 parent f5ccde6 commit ec49b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jerm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func TestJermConfigure(t *testing.T) {
assert := assert.New(t)
role := "arn:aws:iam::269360183919:role/bodystats-dev-JermTestLambdaServiceExecutionRole"
c, err := Configure("assets/tests/jerm.json")
c, err := Configure("assets/tests/jerm.json")
assert.Nil(err)
assert.Equal("bodystats", c.Name)
assert.Equal("dev", c.Stage)
Expand Down

0 comments on commit ec49b53

Please sign in to comment.