Skip to content

Commit

Permalink
Merge pull request linkpoolio#8 from linkpoolio/enhancement/formatting
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
jleeh authored Apr 16, 2019
2 parents 7112538 + 71d4569 commit 9a21f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ func TestHandler_InvalidBridge(t *testing.T) {
body, err := ioutil.ReadAll(rr.Body)
assert.Nil(t, err)
assert.Equal(t, "unexpected end of JSON input", string(body))
}
}

0 comments on commit 9a21f9f

Please sign in to comment.