diff options
author | crupest <crupest@outlook.com> | 2020-01-23 21:21:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-23 21:21:32 +0800 |
commit | 7dc7b3b582ae84451f915133558996e6dcdb6964 (patch) | |
tree | a739de322dcd3bb43bbbdfed6d1e54f15918e06d /Timeline.Tests/Helpers/ParameterInfoAssertions.cs | |
parent | 42215e7d28d6144e5a19f77ddc060c42b7afdad5 (diff) | |
download | timeline-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.cs | 3 |
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
{
|