From 0a6831649495ba8a09a20680701ecc761856958f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:22:31 -0500 Subject: [PATCH] spelling: conversion Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/debugpy/common/test_messaging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: