aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Helpers
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-21 23:32:53 +0800
committercrupest <crupest@outlook.com>2020-08-21 23:32:53 +0800
commitc79352d27df2506d2ab214f61d60e503a1d7675a (patch)
treea3831200a2fca0b5a4a46287b38a02a468ab371d /Timeline.Tests/Helpers
parentbe532c56158362701a4d5704e995c743ff8b9804 (diff)
downloadtimeline-c79352d27df2506d2ab214f61d60e503a1d7675a.tar.gz
timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.tar.bz2
timeline-c79352d27df2506d2ab214f61d60e503a1d7675a.zip
...
Diffstat (limited to 'Timeline.Tests/Helpers')
-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()
{