diff options
Diffstat (limited to 'tests/state-mock.h')
-rw-r--r-- | tests/state-mock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/state-mock.h b/tests/state-mock.h index 64ab08b..721b82f 100644 --- a/tests/state-mock.h +++ b/tests/state-mock.h @@ -38,7 +38,6 @@ public: planner.reset(new MockPlanner); planner->time = now; locations.reset(new Locations); - calendar_day = now; } }; |