Fixing test case issue.
This commit is contained in:
parent
e921547c64
commit
afda023fc4
|
@ -6,7 +6,8 @@ describe("test the filter logic", () => {
|
||||||
let res = await setup.runStep(setup.actions.FILTER.stepId,
|
let res = await setup.runStep(setup.actions.FILTER.stepId,
|
||||||
{ field, condition, value }
|
{ field, condition, value }
|
||||||
)
|
)
|
||||||
expect(res.success).toEqual(pass)
|
expect(res.result).toEqual(pass)
|
||||||
|
expect(res.success).toEqual(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
it("should be able test equality", async () => {
|
it("should be able test equality", async () => {
|
||||||
|
|
Loading…
Reference in New Issue