File tree Expand file tree Collapse file tree
src/Signhost.APIClient.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = ( ) =>
You can’t perform that action at this time.
0 commit comments