1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

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

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", () => {