From 7965562ac3d64fbc1f742a1427e7a9c932eb2d28 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 4 Apr 2021 19:39:29 +0200 Subject: new execution-history for api calls --- src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs (limited to 'src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs') 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 -- cgit v1.3