diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-12-28 18:21:19 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-12-28 18:21:19 +0100 | 
| commit | 812c47c4970ebebe19827d94fd467b9964028ae6 (patch) | |
| tree | 2194c88c1c2cac03a63aaef2a6beba304c1fb531 /tests/data | |
| parent | a6e69a457226484f2419b792e45428041506e61d (diff) | |
Use eid instead of uid
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/complex/settings.yaml | 2 | ||||
| -rw-r--r-- | tests/data/simple/items/085682ed-6792-499d-a3ab-9aebd683c011.yaml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/tests/data/complex/settings.yaml b/tests/data/complex/settings.yaml index 03110f3..51f313f 100644 --- a/tests/data/complex/settings.yaml +++ b/tests/data/complex/settings.yaml @@ -1,6 +1,6 @@  name: "Fully featured lesana collection"  lang: 'english' -entry_label: '{{ uid}}: {{ name }} ({{ tags }})' +entry_label: '{{ eid }}: {{ name }} ({{ tags }})'  fields:      - name: name        type: string diff --git a/tests/data/simple/items/085682ed-6792-499d-a3ab-9aebd683c011.yaml b/tests/data/simple/items/085682ed-6792-499d-a3ab-9aebd683c011.yaml index 082128c..0abc78d 100644 --- a/tests/data/simple/items/085682ed-6792-499d-a3ab-9aebd683c011.yaml +++ b/tests/data/simple/items/085682ed-6792-499d-a3ab-9aebd683c011.yaml @@ -3,4 +3,4 @@ description: |      This is a long block of text      that spans multiple lines.  position: somewhere -uid: 085682ed6792499da3ab9aebd683c011 +eid: 085682ed6792499da3ab9aebd683c011 | 
