Skip to content

Commit

Permalink
printed logs
Browse files Browse the repository at this point in the history
Signed-off-by: daveaugustus <[email protected]>
  • Loading branch information
daveaugustus committed Sep 5, 2024
1 parent 6b903e0 commit db46e9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/license-control-service/pkg/server/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package server_test

import (
"context"
"fmt"
"os"
"testing"

Expand Down Expand Up @@ -32,6 +33,8 @@ func TestHealthCheck(t *testing.T) {
}

srv, err := server.NewGRPC(ctx, cfg)
fmt.Printf("srv**: %v\n", srv)
fmt.Printf("err**: %v\n", err)
// require.NoError(t, err, "initializing grpc server")

g := grpctest.NewServer(srv)
Expand Down

0 comments on commit db46e9b

Please sign in to comment.