Skip to content

Commit 3fc7bb5

Browse files
committed
Remove skipped tests
These are functional in semver 5.0+
1 parent 3da34bb commit 3fc7bb5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Signhost.APIClient.Tests/SignhostApiRetryClientTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ public void When_All_Calls_Fail_DeleteTransactionAsync_Should_Throw_Exception()
346346
/// Tests if the api call fails as expected the fourth time around.
347347
/// So the retry policy is used and a exception is thrown.
348348
/// </summary>
349-
[Fact(Skip = "Current method of the base library hasn't implemented SignhostRestApiClientException yet.")]
350349
public void When_All_Calls_Fails_GetDocumentAsync_Should_Throw_Exception()
351350
{
352351
Func<Task> apiCall = () =>
@@ -360,7 +359,6 @@ public void When_All_Calls_Fails_GetDocumentAsync_Should_Throw_Exception()
360359
/// Tests if the api call fails as expected the fourth time around.
361360
/// So the retry policy is used and a exception is thrown.
362361
/// </summary>
363-
[Fact(Skip = "Current method of the base library hasn't implemented SignhostRestApiClientException yet.")]
364362
public void When_All_Calls_Fail_GetReceiptAsync_Should_Throw_Exception()
365363
{
366364
Func<Task> apiCall = () =>

0 commit comments

Comments
 (0)