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 | f3c7912caec2e9eee8a685d8751894f357528a71 (patch) | |
tree | 66e1bcfe602877e4f72ea1b68cbf33e06557c222 /Timeline.Tests/DatabaseTest.cs | |
parent | 2238568fdfc891d69e8174060e54845c7a3d5e95 (diff) | |
download | timeline-f3c7912caec2e9eee8a685d8751894f357528a71.tar.gz timeline-f3c7912caec2e9eee8a685d8751894f357528a71.tar.bz2 timeline-f3c7912caec2e9eee8a685d8751894f357528a71.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()
|