chore: correct reducing
This commit is contained in:
@@ -470,7 +470,6 @@ describe('PlanEditorDialog', () => {
|
||||
it('should correctly reduce the plan given the elements of the plan', () => {
|
||||
const testplan = extendedPlan
|
||||
const expectedResult = {
|
||||
name: "extended test plan",
|
||||
id: "extended-plan-1",
|
||||
steps: [
|
||||
{
|
||||
|
||||
@@ -98,7 +98,6 @@ describe('TriggerNode', () => {
|
||||
keyword: "",
|
||||
},
|
||||
plan: {
|
||||
name: "Default Plan",
|
||||
id: expect.anything(),
|
||||
steps: [],
|
||||
},});
|
||||
|
||||
Reference in New Issue
Block a user