diff --git a/tests/debugpy/common/test_messaging.py b/tests/debugpy/common/test_messaging.py index 1112bfef..335a5ead 100644 --- a/tests/debugpy/common/test_messaging.py +++ b/tests/debugpy/common/test_messaging.py @@ -666,7 +666,7 @@ class TestTypeConversion(object): for val_trial, type_trial in correct_trials: assert isinstance( json.of_type(type_trial)(val_trial), type_trial - ), f"Wrong type coversion" + ), "Wrong type coversion" # test conversion that are not expected to work try: