Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Oct 1, 2024
1 parent c081f63 commit 4abaa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestNewConnectionProvider_FailConnectToSeedConns(t *testing.T) {
}

assert.Nil(t, cp)
assert.Equal(t, "failed to connect to seeds: context deadline exceeded", err.Error())
assert.Equal(t, "failed to connect to seeds: server error: DeadlineExceeded, msg=context deadline exceeded", err.Error())
}

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

0 comments on commit 4abaa1c

Please sign in to comment.