From c2bc75b07e09ec1d3f0030b67efb3d91d1a27626 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Mon, 11 Oct 2021 14:50:11 -0600 Subject: [PATCH] Adjust new plugin imports --- tests/unit/test_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_export.py b/tests/unit/test_export.py index 8bc1b410..5350e261 100644 --- a/tests/unit/test_export.py +++ b/tests/unit/test_export.py @@ -1,7 +1,7 @@ import pytest from jrnl.exception import JrnlError -from jrnl.plugins.fancy_exporter import check_provided_linewrap_viability +from jrnl.plugins.util import check_provided_linewrap_viability @pytest.fixture()