This commit is contained in:
Dima Gerasimov 2019-07-04 20:15:39 +01:00
parent 90fcbb4ba8
commit ef38d3e5fb

View file

@ -118,8 +118,8 @@ def get_active_tasks():
def test():
b = RtmBackup.from_path(get_last_backup())
pass
tasks = get_all_tasks()
assert len([t for t in tasks if 'gluons' in t.title]) > 0
def main():