Remove wrong describe

This commit is contained in:
Adria Navarro 2023-07-24 16:04:54 +02:00
parent 77a004f19a
commit d8b801e647
1 changed files with 233 additions and 235 deletions

View File

@ -4,7 +4,6 @@ import sdk from "../../.."
describe("table sdk", () => {
describe("enrichViewSchemas", () => {
describe("fetch", () => {
const basicTable: Table = {
_id: generator.guid(),
name: "TestTable",
@ -305,4 +304,3 @@ describe("table sdk", () => {
})
})
})
})