diff options
Diffstat (limited to 'src/IOL.VippsEcommerce.Tests')
| -rw-r--r-- | src/IOL.VippsEcommerce.Tests/ConfigurationTests.cs | 3 | ||||
| -rw-r--r-- | src/IOL.VippsEcommerce.Tests/Helpers.cs | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/IOL.VippsEcommerce.Tests/ConfigurationTests.cs b/src/IOL.VippsEcommerce.Tests/ConfigurationTests.cs index aa05a7d..41c0342 100644 --- a/src/IOL.VippsEcommerce.Tests/ConfigurationTests.cs +++ b/src/IOL.VippsEcommerce.Tests/ConfigurationTests.cs @@ -1,5 +1,4 @@ using IOL.VippsEcommerce.Models; -using Microsoft.Extensions.DependencyInjection; using Xunit; using Xunit.Abstractions; @@ -51,4 +50,4 @@ namespace IOL.VippsEcommerce.Tests } } } -}
\ No newline at end of file +} diff --git a/src/IOL.VippsEcommerce.Tests/Helpers.cs b/src/IOL.VippsEcommerce.Tests/Helpers.cs index 9f89c1a..6c70cd8 100644 --- a/src/IOL.VippsEcommerce.Tests/Helpers.cs +++ b/src/IOL.VippsEcommerce.Tests/Helpers.cs @@ -19,4 +19,4 @@ namespace IOL.VippsEcommerce.Tests return vippsEcommerceService; } } -}
\ No newline at end of file +} |
