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 cf305f0 commit 730463bCopy full SHA for 730463b
GraphDiff/GraphDiff.Tests.Shared/TestDbContext.cs
@@ -64,6 +64,6 @@ protected override void OnModelCreating(DbModelBuilder modelBuilder)
64
.WithRequired(ikm => ikm.Parent);
65
}
66
67
- public TestDbContext() : base("GraphDiff") {}
+ public TestDbContext() : base("Server=localhost;Initial Catalog=GraphDiff;Integrated Security=true;Connection Timeout = 300;Persist Security Info=True;") {}
68
69
0 commit comments