Skip to content

Commit

Permalink
fix: exceeded typo
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill committed Sep 14, 2023
1 parent c655a2f commit fed3ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/rpc_and_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func socketDialer(ctx context.Context, socketAddr string) (net.Conn, error) {
return net.DialTimeout("unix", socketAddr, time.Until(deadline))
}

return nil, fmt.Errorf("context deadline excedded")
return nil, fmt.Errorf("context deadline exceeded")
}

func setUpSignerClient(t *testing.T, grpcServer *grpc.Server) (*client.NotarySigner, *grpc.ClientConn, func()) {
Expand Down

0 comments on commit fed3ec4

Please sign in to comment.