Skip to content

Commit 93ab2aa

Browse files
committed
stupid CI
1 parent a07e842 commit 93ab2aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/protobuf-net.Grpc.Test.Integration/Issues/Issue75_Exceptions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ public interface IInterceptedFaultTest
3434
ValueTask Fault();
3535
}
3636

37-
public Issue75(Issue75ServerFixture _)
37+
public Issue75(Issue75ServerFixture serverFixture)
3838
{
39+
if (serverFixture is null) throw new ArgumentNullException(nameof(serverFixture));
3940
GrpcClientFactory.AllowUnencryptedHttp2 = true;
4041
}
4142

0 commit comments

Comments
 (0)