From 2f91cce1c29ac4b9b49ca389b565c66199985f2d Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 18 Jun 2020 17:49:02 +0800 Subject: feat(back): Add last modified to timeline. --- Timeline.Tests/IntegratedTests/IntegratedTestBase.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Timeline.Tests/IntegratedTests/IntegratedTestBase.cs') 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; -- cgit v1.2.3