summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 19:13:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-07 16:41:37 +0000
commit83a501ea0e93f09425c04af8c76d1ebba842fdca (patch)
tree748dbf44c29cd99b085cb8c327f0d69c5da8da3a /test/fixtures
parentStandard wrapper in failure cases (diff)
downloadilt-83a501ea0e93f09425c04af8c76d1ebba842fdca.tar.bz2
ilt-83a501ea0e93f09425c04af8c76d1ebba842fdca.tar.xz
ilt-83a501ea0e93f09425c04af8c76d1ebba842fdca.zip
Test case for named type not existing
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/json/bad_type.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/json/bad_type.json b/test/fixtures/json/bad_type.json
new file mode 100644
index 0000000..f316bd1
--- /dev/null
+++ b/test/fixtures/json/bad_type.json
@@ -0,0 +1,3 @@
+{
+ "@typeid": "no such type"
+}