aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Helpers/ParameterInfoAssertions.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-23 21:21:32 +0800
committercrupest <crupest@outlook.com>2020-01-23 21:21:32 +0800
commit7dc7b3b582ae84451f915133558996e6dcdb6964 (patch)
treea739de322dcd3bb43bbbdfed6d1e54f15918e06d /Timeline.Tests/Helpers/ParameterInfoAssertions.cs
parent42215e7d28d6144e5a19f77ddc060c42b7afdad5 (diff)
downloadtimeline-7dc7b3b582ae84451f915133558996e6dcdb6964.tar.gz
timeline-7dc7b3b582ae84451f915133558996e6dcdb6964.tar.bz2
timeline-7dc7b3b582ae84451f915133558996e6dcdb6964.zip
Add some unit tests for token manager.
Diffstat (limited to 'Timeline.Tests/Helpers/ParameterInfoAssertions.cs')
-rw-r--r--Timeline.Tests/Helpers/ParameterInfoAssertions.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Timeline.Tests/Helpers/ParameterInfoAssertions.cs b/Timeline.Tests/Helpers/ParameterInfoAssertions.cs
index e3becee1..d3e5a41e 100644
--- a/Timeline.Tests/Helpers/ParameterInfoAssertions.cs
+++ b/Timeline.Tests/Helpers/ParameterInfoAssertions.cs
@@ -3,10 +3,7 @@ using FluentAssertions.Execution;
using FluentAssertions.Formatting;
using FluentAssertions.Primitives;
using System;
-using System.Collections.Generic;
-using System.Linq;
using System.Reflection;
-using System.Threading.Tasks;
namespace Timeline.Tests.Helpers
{