From f1aea2360b86227d535cc96d682ddf9ca97bcc11 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 12 Mar 2019 18:37:06 +1300 Subject: [PATCH] minor fix --- tests/test_initialize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_initialize.py b/tests/test_initialize.py index 6777eb8f..146606c4 100755 --- a/tests/test_initialize.py +++ b/tests/test_initialize.py @@ -4,7 +4,7 @@ import datetime import os import sys -def test_eol() +def test_eol(): import eol eol.check() @@ -41,5 +41,5 @@ def test_initial(): core.initialize() del core.MYAPP -def test_answer(): +def test_core_parameters(): assert core.CHECK_MEDIA == 1