mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
some fixes + 02/ex5 WIP
This commit is contained in:
@@ -10,7 +10,7 @@ def garden_operations(case: str) -> None:
|
||||
dic["a"]
|
||||
|
||||
|
||||
def test_error_types():
|
||||
def test_error_types() -> None:
|
||||
try:
|
||||
garden_operations("ValueError")
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user