Skip to content

Commit

Permalink
chore: remove defer
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Nov 21, 2024
1 parent bdcc01a commit 8c9aed5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/rpc/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ func TestNewClient_WithIncludes(t *testing.T) {

assert.NotNil(t, c)
assert.NoError(t, err)

defer func() { assert.NoError(t, c.Close()) }()
}

func TestNewClient_SuccessfullyConnectedOverride(t *testing.T) {
Expand Down

0 comments on commit 8c9aed5

Please sign in to comment.