We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead8978 commit 525edecCopy full SHA for 525edec
Bandwidth.Standard.FunctionalTests/BandwidthClientTests.cs
@@ -8,7 +8,7 @@ public class UnitTest1
8
[Fact]
9
public void ClientShouldThrowWhenMessagingTokenIsNull()
10
{
11
- static void action() => new BandwidthClient.Builder()
+ Action action = () => new BandwidthClient.Builder()
12
.Environment(Bandwidth.Standard.Environment.Production)
13
.MessagingBasicAuthCredentials(null, "secret")
14
.Build();
0 commit comments