diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-08 20:27:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 20:27:36 -0500 |
commit | 2910685a96280acfe4a454c014bc0316347d9085 (patch) | |
tree | 919770979d0e00458baaf782c0b9b5634166747c /test/data/dictionaries/valid-dictionary2/index.json | |
parent | 0dc170e70b4cba091cb0fbfe31308ca6b0fdc676 (diff) |
Database test updates (#1086)
* Remove unused
* Create DatabaseVM
* Update sequences in test dictionary
* Update documentation
* Add second valid testing dictionary
* Set up translator tests
* Write expected data
Diffstat (limited to 'test/data/dictionaries/valid-dictionary2/index.json')
-rw-r--r-- | test/data/dictionaries/valid-dictionary2/index.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/dictionaries/valid-dictionary2/index.json b/test/data/dictionaries/valid-dictionary2/index.json new file mode 100644 index 00000000..6a957ad5 --- /dev/null +++ b/test/data/dictionaries/valid-dictionary2/index.json @@ -0,0 +1,6 @@ +{ + "title": "Test Dictionary 2", + "format": 3, + "revision": "test", + "sequenced": true +}
\ No newline at end of file |