From 5c5ba05c49ff3bacfc5a29b21e3d9683e6396ad5 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 4 Apr 2021 17:24:42 +0200 Subject: Make helper for getting test service --- src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create 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 new file mode 100644 index 0000000..d802fb1 --- /dev/null +++ b/src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs @@ -0,0 +1,13 @@ +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