diff options
Diffstat (limited to 'src/IOL.VippsEcommerce.Tests')
| -rw-r--r-- | src/IOL.VippsEcommerce.Tests/Helpers.cs | 6 | ||||
| -rw-r--r-- | src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs | 13 |
2 files changed, 0 insertions, 19 deletions
diff --git a/src/IOL.VippsEcommerce.Tests/Helpers.cs b/src/IOL.VippsEcommerce.Tests/Helpers.cs index 0553027..8b82741 100644 --- a/src/IOL.VippsEcommerce.Tests/Helpers.cs +++ b/src/IOL.VippsEcommerce.Tests/Helpers.cs @@ -20,11 +20,5 @@ namespace IOL.VippsEcommerce.Tests return vippsEcommerceService; } - - public static VippsConfiguration GetVippsValidConfiguration() { - var json = System.IO.File.ReadAllText("configuration.json"); - var configuration = JsonSerializer.Deserialize<VippsConfiguration>(json); - return configuration; - } } }
\ No newline at end of file diff --git a/src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs b/src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs deleted file mode 100644 index d802fb1..0000000 --- a/src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Xunit.Abstractions; - -namespace IOL.VippsEcommerce.Tests -{ - public class PaymentInitiationTests - { - private readonly ITestOutputHelper _helper; - - public PaymentInitiationTests(ITestOutputHelper helper) { - _helper = helper; - } - } -}
\ No newline at end of file |
