diff --git a/tests/TypeScriptTest/src/fetch.json.ts b/tests/TypeScriptTest/src/fetch.json.ts index 884b5da..1231fa4 100644 --- a/tests/TypeScriptTest/src/fetch.json.ts +++ b/tests/TypeScriptTest/src/fetch.json.ts @@ -40,7 +40,7 @@ export const fetchType3 = async () => { export const fetchType4 = async () => { const obj: Type4 = { - MyEnum : MyEnum.One, + MyEnum: MyEnum.One, Value: 99 };