Skip to content

Commit

Permalink
fix test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanheroglu committed Oct 5, 2022
1 parent a232b0c commit 0e1136d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 0e1136d

Please sign in to comment.