Skip to content

Commit

Permalink
Fixes SendRequest() test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashy5000 committed Mar 22, 2024
1 parent 836c3f5 commit 55f528d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blockutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func TestSendRequest(t *testing.T) {
// Arrange
req := &http.Request{}
// Act & Assert
wg.Add(1)
assert.NotPanics(t, func() {
SendRequest(req)
})
Expand Down

0 comments on commit 55f528d

Please sign in to comment.