diff --git a/tests/debugpy/common/test_messaging.py b/tests/debugpy/common/test_messaging.py index 335a5ead..8ac3af45 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 - ), "Wrong type coversion" + ), "Wrong type conversion" # test conversion that are not expected to work try: