diff --git a/tests/profile.py b/tests/profile.py index 4b241e5..81be34c 100644 --- a/tests/profile.py +++ b/tests/profile.py @@ -161,5 +161,5 @@ def static_version(): run_tested_code(client, 10) -dynamic_result = dynamic_version() -static_result = static_version() +dynamic_version() +static_version()