chore: fixing tests

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-16 19:19:47 +01:00
parent 0f37cdef19
commit f25fd16490
2 changed files with 2 additions and 2 deletions
@@ -112,7 +112,7 @@ describe('LegacyWorkflowRunner', () => {
await runner.execute(task);
expect(fakeActionHandler.mock.calls[0][0].metadata).toEqual({
expect(fakeActionHandler.mock.calls[0][0].templateInfo).toEqual({
name: templateName,
});
});
@@ -181,7 +181,7 @@ describe('DefaultWorkflowRunner', () => {
await runner.execute(task);
expect(fakeActionHandler.mock.calls[0][0].metadata).toEqual({
expect(fakeActionHandler.mock.calls[0][0].templateInfo).toEqual({
name: templateName,
});
});