From 0e1136d47a7a1102c59072bcfe8192b3dbe18eab Mon Sep 17 00:00:00 2001 From: Hasan Eroglu Date: Wed, 5 Oct 2022 10:20:20 +0200 Subject: [PATCH] fix test paths --- packages/web/util.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/util.js b/packages/web/util.js index e63e9932a..f442efb3b 100644 --- a/packages/web/util.js +++ b/packages/web/util.js @@ -321,11 +321,11 @@ export function getExamplesList(docType){ "type": "invalid" }, "TypoCheckWithoutTypos": { - "addr": "./node_modules/@thing-description-playground/core/examples/tds/typo/typoCheckWithoutTypos.json", + "addr": "./node_modules/@thing-description-playground/core/examples/tds/valid/typoCheckWithoutTypos.json", "type": "valid" }, "TypoCheckWithTypos": { - "addr": "./node_modules/@thing-description-playground/core/examples/tds/typo/typoCheckWithTypos.json", + "addr": "./node_modules/@thing-description-playground/core/examples/tds/invalid/typoCheckWithTypos.json", "type": "warning" } }