Skip to content

Commit 525edec

Browse files
committed
Remove static local function for the moment
1 parent ead8978 commit 525edec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bandwidth.Standard.FunctionalTests/BandwidthClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class UnitTest1
88
[Fact]
99
public void ClientShouldThrowWhenMessagingTokenIsNull()
1010
{
11-
static void action() => new BandwidthClient.Builder()
11+
Action action = () => new BandwidthClient.Builder()
1212
.Environment(Bandwidth.Standard.Environment.Production)
1313
.MessagingBasicAuthCredentials(null, "secret")
1414
.Build();

0 commit comments

Comments
 (0)