diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-02-09 17:43:29 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-02-09 17:43:29 +0100 |
commit | a96b3e1f7acac3cc7bd0ae74be411e97fc27912c (patch) | |
tree | b3fe9871463c4b74eb456260bbe415ef06efafec /tests/data/simple/settings.yaml | |
parent | 00148a2b195b2ca35054346825efabac81629332 (diff) |
Simple fixes to improve test coverage
Diffstat (limited to 'tests/data/simple/settings.yaml')
-rw-r--r-- | tests/data/simple/settings.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/data/simple/settings.yaml b/tests/data/simple/settings.yaml index ad68fe3..1852665 100644 --- a/tests/data/simple/settings.yaml +++ b/tests/data/simple/settings.yaml @@ -9,11 +9,19 @@ fields: index: free - name: position type: string - index: facet + index: field - name: quantity type: integer index: no help: 'how many items are there' + - name: value + type: float + index: no + help: 'how much each item is' + - name: cost + type: decimal + index: no + help: 'how much this costs' - name: other type: yaml help: '' |