Skip to content

Commit

Permalink
fix lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulagr2 committed Nov 23, 2024
1 parent d2f7db5 commit 1cb5ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func Test_New_With_Client(t *testing.T) {
MaxConnsPerHost: 5,
}
client := NewWithClient(c)

require.NotNil(t, client)
})

Expand Down

0 comments on commit 1cb5ee0

Please sign in to comment.