diff --git a/Tests/GuiStracini.Mandae.Tests/V2/RatesTests.cs b/Tests/GuiStracini.Mandae.Tests/V2/RatesTests.cs index 7428ed0..f98eaf0 100644 --- a/Tests/GuiStracini.Mandae.Tests/V2/RatesTests.cs +++ b/Tests/GuiStracini.Mandae.Tests/V2/RatesTests.cs @@ -29,7 +29,6 @@ public class RatesTests /// /// Validates the get rates method. /// - [Fact] public void GetRates() { var client = new MandaeClient("0b5e2c6410cf0ac087ae7ace111dbd42"); @@ -56,7 +55,6 @@ public void GetRates() /// Validate the get rates asynchronous method. /// /// A Task representing the asynchronous operation. - [Fact] public async Task GetRatesAsync() { var client = new MandaeClient("0b5e2c6410cf0ac087ae7ace111dbd42");