diff options
author | crupest <crupest@outlook.com> | 2019-11-19 23:18:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-11-19 23:18:45 +0800 |
commit | 0ff98dd9274485994b11d9d00f4b647a5f2d42ac (patch) | |
tree | 66e1bcfe602877e4f72ea1b68cbf33e06557c222 /Timeline.Tests/DatabaseTest.cs | |
parent | 0ff55237330279e5df6cd2838e4b90507d3542a6 (diff) | |
download | timeline-0ff98dd9274485994b11d9d00f4b647a5f2d42ac.tar.gz timeline-0ff98dd9274485994b11d9d00f4b647a5f2d42ac.tar.bz2 timeline-0ff98dd9274485994b11d9d00f4b647a5f2d42ac.zip |
Complete integrated tests??? Fix bugs.
Diffstat (limited to 'Timeline.Tests/DatabaseTest.cs')
-rw-r--r-- | Timeline.Tests/DatabaseTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/DatabaseTest.cs b/Timeline.Tests/DatabaseTest.cs index fc153c24..20f57c40 100644 --- a/Timeline.Tests/DatabaseTest.cs +++ b/Timeline.Tests/DatabaseTest.cs @@ -15,7 +15,7 @@ namespace Timeline.Tests public DatabaseTest()
{
_database = new TestDatabase();
- _context = _database.DatabaseContext;
+ _context = _database.Context;
}
public void Dispose()
|