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 | c5c50332aebd9a3e7d5d2c9163f0cad6c6ba241b (patch) | |
tree | 0f7dc1c0a58042c13f08b3d557e8c4226827ef56 /Timeline.Tests/IntegratedTests/IntegratedTestBase.cs | |
parent | 5c1b88ce2df221d6a021b9246c952dbf5ee58550 (diff) | |
download | timeline-c5c50332aebd9a3e7d5d2c9163f0cad6c6ba241b.tar.gz timeline-c5c50332aebd9a3e7d5d2c9163f0cad6c6ba241b.tar.bz2 timeline-c5c50332aebd9a3e7d5d2c9163f0cad6c6ba241b.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;
|