Skip to content

Commit

Permalink
Un-ignored the Spanish fiscalization tests. (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahbeshi authored Jan 29, 2024
1 parent 58cc774 commit 85a2bcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Spain/Mews.Fiscalizations.Spain.Tests/Basics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class Basics
private const int RetryCount = 3;

[Test]
[Ignore("Expired test environment certificate, will re-enable when the certificate gets updated.")]
[Retry(RetryCount)]
public async Task CheckNif()
{
Expand All @@ -54,7 +53,6 @@ public async Task CheckNif()
}

[Test]
[Ignore("Expired test environment certificate, will re-enable when the certificate gets updated.")]
[Retry(RetryCount)]
public async Task PostInvoice()
{
Expand Down

0 comments on commit 85a2bcb

Please sign in to comment.