Skip to content

Commit

Permalink
fix typo, thanks @meatballhat
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Wiedler committed Jan 12, 2017
1 parent 84a4297 commit b1d31ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job_test.go
Expand Up @@ -70,7 +70,7 @@ var jsonPayload = `
}
`

func TestUnarshalJobPayload(t *testing.T) {
func TestUnmarshalJobPayload(t *testing.T) {
var job JobPayload

err := json.Unmarshal([]byte(jsonPayload), &job)
Expand Down

0 comments on commit b1d31ba

Please sign in to comment.