Fix update mock data

Fix add missing path in unittest helpers_tests
This commit is contained in:
Prinz23 2023-09-06 00:15:38 +01:00 committed by JackDandy
parent b513602103
commit 8ae5b1265c
22 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ import unittest
import sys
import os.path
sys.path.insert(1, os.path.abspath('..'))
sys.path.insert(1, os.path.abspath('../lib'))
from sickgear import helpers

View file

@ -1 +1 @@
2023-03-08
2023-09-06