From 26484130c3214e34b15b42a494deb4532b585fa1 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 3 Jul 2021 15:21:50 -0700 Subject: [PATCH] remove old comment --- tests/lib/when_steps.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/lib/when_steps.py b/tests/lib/when_steps.py index 2e72173b..642249e9 100644 --- a/tests/lib/when_steps.py +++ b/tests/lib/when_steps.py @@ -81,9 +81,6 @@ def we_run( stack.enter_context(mocks["datetime"]) stack.enter_context(mocks["calendar_parse"]) - # stack.enter_context(patch("datetime.datetime", new=mocks["datetime"])) - # stack.enter_context(patch("jrnl.time.__get_pdt_calendar", return_value=mocks["calendar_parse"])) - stack.enter_context( patch("jrnl.install.get_config_path", return_value=config_path) )