Fix incorrect test.

This commit is contained in:
Sam Rose 2024-03-19 15:34:02 +00:00
parent 9248e3f143
commit 7dc9e4ef3f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ describe("Captures of real examples", () => {
type: "datasource", type: "datasource",
isSQL: false, isSQL: false,
}) })
).toEqual(true) ).toEqual(false)
}) })
it("should disable when no fields", () => { it("should disable when no fields", () => {