Fix incorrect test.
This commit is contained in:
parent
9248e3f143
commit
7dc9e4ef3f
|
@ -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", () => {
|
||||||
|
|
Loading…
Reference in New Issue