From 9b2633a7c521eec82ee39b9d3fda198e10022bee Mon Sep 17 00:00:00 2001 From: Suhas Date: Sat, 6 Feb 2021 21:35:13 -0500 Subject: [PATCH] fix bad mock import --- tests/test_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_display.py b/tests/test_display.py index 5e33701b..9cce277a 100644 --- a/tests/test_display.py +++ b/tests/test_display.py @@ -1,7 +1,7 @@ import argparse import jrnl import pytest -import mock +from unittest import mock from jrnl.jrnl import _export_journal