Skip to content

Commit 730463b

Browse files
Fix connection
Fix connection
1 parent cf305f0 commit 730463b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphDiff/GraphDiff.Tests.Shared/TestDbContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ protected override void OnModelCreating(DbModelBuilder modelBuilder)
6464
.WithRequired(ikm => ikm.Parent);
6565
}
6666

67-
public TestDbContext() : base("GraphDiff") {}
67+
public TestDbContext() : base("Server=localhost;Initial Catalog=GraphDiff;Integrated Security=true;Connection Timeout = 300;Persist Security Info=True;") {}
6868
}
6969
}

0 commit comments

Comments
 (0)