aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Helpers/TestClock.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-21 23:47:10 +0800
committerGitHub <noreply@github.com>2020-08-21 23:47:10 +0800
commit733b8291855d1498e0ba9bc36a47a1b5f8b612ad (patch)
tree4885b9f7e828ec3f0ae7e2acacf348c9f5c158d9 /Timeline.Tests/Helpers/TestClock.cs
parentdc363ad8ae654af056c9ffa551008dbbf52b5d57 (diff)
parentf1c70edd559c72dcb47ff647f3f03ba5ae9a56cc (diff)
downloadtimeline-733b8291855d1498e0ba9bc36a47a1b5f8b612ad.tar.gz
timeline-733b8291855d1498e0ba9bc36a47a1b5f8b612ad.tar.bz2
timeline-733b8291855d1498e0ba9bc36a47a1b5f8b612ad.zip
Merge pull request #149 from crupest/swagger
Swagger/OpenAPI
Diffstat (limited to 'Timeline.Tests/Helpers/TestClock.cs')
-rw-r--r--Timeline.Tests/Helpers/TestClock.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/Helpers/TestClock.cs b/Timeline.Tests/Helpers/TestClock.cs
index ed2d65a6..34adb245 100644
--- a/Timeline.Tests/Helpers/TestClock.cs
+++ b/Timeline.Tests/Helpers/TestClock.cs
@@ -8,7 +8,7 @@ namespace Timeline.Tests.Helpers
{
public class TestClock : IClock
{
- private DateTime? _currentTime = null;
+ private DateTime? _currentTime;
public DateTime GetCurrentTime()
{