Fixed wrong examples

This commit is contained in:
Qubasa
2023-11-08 21:40:17 +01:00
parent 8bb961ba62
commit 4ff9990054
3 changed files with 5 additions and 25 deletions

View File

@@ -3,7 +3,6 @@ import deal
from clan_cli.task_manager import get_task
# type annotations below are optional
@deal.cases(get_task)
def test_get_task(case: deal.TestCase) -> None:
case()