1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +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",
schema: {
name: {
type: "text",
type: "string",
constraints: {
type: "string",
},

View file

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