Rename GC worker package to gc
This commit is contained in:
parent
420a5e5a3a
commit
76c9339453
6 changed files with 4 additions and 4 deletions
7
workers/gc/test/test_gcworker.py
Normal file
7
workers/gc/test/test_gcworker.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from workers.gc.gcworker import GarbageCollectionWorker
|
||||
|
||||
from test.fixtures import *
|
||||
|
||||
def test_gc(initialized_db):
|
||||
worker = GarbageCollectionWorker()
|
||||
worker._garbage_collection_repos()
|
Reference in a new issue