diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-03 16:27:42 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-03 16:27:42 +0200 |
commit | b445258f28708bf5c709e3db7dc2c0363b41a99f (patch) | |
tree | 3efb70f2f6c24da86c2d925d6d02651574acf7c5 /tests/data/wrong | |
parent | 8a79adda4b254dca7bc10122e6f3e809a64a8c90 (diff) |
Load one type checker per field
Diffstat (limited to 'tests/data/wrong')
-rw-r--r-- | tests/data/wrong/settings.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/wrong/settings.yaml b/tests/data/wrong/settings.yaml index 83a542b..bf79572 100644 --- a/tests/data/wrong/settings.yaml +++ b/tests/data/wrong/settings.yaml @@ -23,3 +23,6 @@ fields: type: list list: string index: field + - name: cloud + type: cloud + help: 'There is no cloud type' |