diff options
author | crupest <crupest@outlook.com> | 2020-06-18 17:49:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-18 17:49:02 +0800 |
commit | 2f91cce1c29ac4b9b49ca389b565c66199985f2d (patch) | |
tree | c4e27cac4b2057c645f031be12eda896b96aa435 /Timeline.Tests/IntegratedTests/IntegratedTestBase.cs | |
parent | 1eb71943ad8d4769cb6166a6f33c0eecea80fffe (diff) | |
download | timeline-2f91cce1c29ac4b9b49ca389b565c66199985f2d.tar.gz timeline-2f91cce1c29ac4b9b49ca389b565c66199985f2d.tar.bz2 timeline-2f91cce1c29ac4b9b49ca389b565c66199985f2d.zip |
feat(back): Add last modified to timeline.
Diffstat (limited to 'Timeline.Tests/IntegratedTests/IntegratedTestBase.cs')
-rw-r--r-- | Timeline.Tests/IntegratedTests/IntegratedTestBase.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs b/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs index b5aec512..7cf27297 100644 --- a/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs +++ b/Timeline.Tests/IntegratedTests/IntegratedTestBase.cs @@ -1,4 +1,5 @@ -using Microsoft.AspNetCore.TestHost;
+using FluentAssertions;
+using Microsoft.AspNetCore.TestHost;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
|