Skip to content

Commit f87fac0

Browse files
manishtiwari25linkdotnet
authored andcommitted
Added MySql in Storage Provider Extension Test
1 parent b6079a7 commit f87fac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Web/RegistrationExtensions/StorageProviderExtensionsTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Linq;
33
using LinkDotNet.Blog.Domain;
44
using LinkDotNet.Blog.Infrastructure.Persistence;
@@ -16,6 +16,7 @@ public class StorageProviderExtensionsTests
1616
[InlineData("Sqlite")]
1717
[InlineData("RavenDb")]
1818
[InlineData("InMemory")]
19+
[InlineData("MySql")]
1920
public void ShouldRegisterPersistenceProvider(string persistenceKey)
2021
{
2122
var collection = new ServiceCollection();

0 commit comments

Comments
 (0)