Skip to content

Commit 189631e

Browse files
authored
typo fix
cconfig -> config in TestGRPC_ServerRun function
1 parent 8d5269f commit 189631e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gofr/grpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func TestGRPC_ServerRun(t *testing.T) {
142142

143143
g := &grpcServer{
144144
port: tc.port,
145-
cconfig: getConfigs(t),
145+
config: getConfigs(t),
146146
}
147147

148148
go func() {

0 commit comments

Comments
 (0)