1
0
Fork 0
mirror of synced 2024-07-06 06:50:49 +12:00

broken tests

This commit is contained in:
Michael Shanks 2020-10-05 20:58:07 +01:00
parent e4d4e2cd1c
commit c0e008181d
2 changed files with 3 additions and 3 deletions

View file

@ -180,7 +180,7 @@ describe("/models", () => {
key: "name", key: "name",
schema: { schema: {
name: { name: {
type: "text", type: "string",
constraints: { constraints: {
type: "string", type: "string",
}, },

View file

@ -69,13 +69,13 @@ describe("/views", () => {
filters: [], filters: [],
schema: { schema: {
name: { name: {
type: "text", type: "string",
constraints: { constraints: {
type: "string" type: "string"
}, },
}, },
description: { description: {
type: "text", type: "string",
constraints: { constraints: {
type: "string" type: "string"
}, },