Skip to content

Commit 60783fb

Browse files
committed
new tfv unit test
1 parent af0f43b commit 60783fb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/Bandwidth.Standard.Test/Unit/Api/TollFreeVerificationApiTests.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,18 @@ public void CreateWebhookSubscriptionTest()
108108
// Assert.IsType<WebhookSubscription>(response);
109109
}
110110

111+
/// <summary>
112+
/// Test DeleteVerificationRequest
113+
/// </summary>
114+
[Fact]
115+
public void DeleteVerificationRequestTest()
116+
{
117+
// TODO uncomment below to test the method and replace null with proper value
118+
//string accountId = null;
119+
//string phoneNumber = null;
120+
//instance.DeleteVerificationRequest(accountId, phoneNumber);
121+
}
122+
111123
/// <summary>
112124
/// Test DeleteWebhookSubscription
113125
/// </summary>

0 commit comments

Comments
 (0)