Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jul 30, 2024
1 parent a9a4051 commit a172a44
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/server/src/sdk/app/rows/search/tests/search.spec.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import {
AutoFieldSubType,
Datasource,
FieldType,
Row,
Table,
} from "@budibase/types"
import { Datasource, FieldType, Row, Table } from "@budibase/types"

import TestConfiguration from "../../../../../tests/utilities/TestConfiguration"
import { search } from "../../../../../sdk/app/rows/search"
Expand Down Expand Up @@ -61,8 +55,7 @@ describe.each([
schema: {
id: {
name: "id",
type: FieldType.AUTO,
subtype: AutoFieldSubType.AUTO_ID,
type: FieldType.NUMBER,
autocolumn: true,
},
name: {
Expand Down

0 comments on commit a172a44

Please sign in to comment.