Browse Source

broken tests

pull/4023/head
Michael Shanks 6 years ago
parent
commit
c0e008181d
  1. 2
      packages/server/src/api/routes/tests/model.spec.js
  2. 4
      packages/server/src/api/routes/tests/view.spec.js

2
packages/server/src/api/routes/tests/model.spec.js

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

4
packages/server/src/api/routes/tests/view.spec.js

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

Loading…
Cancel
Save