Updates testing files

This commit is contained in:
Ethan Smith-Coss 2023-07-06 20:36:50 +01:00
parent 3615d2a03b
commit 0062006199
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import re
import pytest import pytest
from clog import Logger from clog import Logger
from utils.common import LogLevel from clog.utils.common import LogLevel
logger = Logger() logger = Logger()

View File

@ -2,7 +2,7 @@
import re import re
import pytest import pytest
from utils.common import LogLevel from clog.utils.common import LogLevel
from clog.utils.printfmt import ( from clog.utils.printfmt import (
Colours, Colours,