mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
minor fix
This commit is contained in:
parent
3c988760b1
commit
f1aea2360b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue