We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2322da2 commit 95a8969Copy full SHA for 95a8969
src/AutoMapper.Collection.EntityFramework.Tests/EntityFramworkTests.cs
@@ -69,7 +69,7 @@ public void Should_Persist_To_Insert()
69
public class DB : DbContext
70
{
71
public DB()
72
- : base(new SqlCeConnection("Data Source=MyDatabase.sdf;Persist Security Info=False;"), contextOwnsConnection: true)
+ : base(new SqlCeConnection($"Data Source={Guid.NewGuid()}.sdf;Persist Security Info=False;"), contextOwnsConnection: true)
73
74
Things.RemoveRange(Things);
75
SaveChanges();
0 commit comments