spelling: conversion

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-02-06 14:22:31 -05:00
parent 0f5eff214b
commit 0a68316494

View file

@ -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: