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 | 6829ad0903aa3310ad29b74fc435611442569d5c (patch) | |
tree | a739de322dcd3bb43bbbdfed6d1e54f15918e06d /Timeline.Tests/Helpers/ParameterInfoAssertions.cs | |
parent | c72996ff9854aededc4ecfab92ef5d42167edd86 (diff) | |
download | timeline-6829ad0903aa3310ad29b74fc435611442569d5c.tar.gz timeline-6829ad0903aa3310ad29b74fc435611442569d5c.tar.bz2 timeline-6829ad0903aa3310ad29b74fc435611442569d5c.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
{
|