chore(test): actually rename everything

This commit is contained in:
Richard Simpson 2020-02-03 21:36:10 -06:00
parent c9947f5ee9
commit 83a0917c47
3 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ describe('integration', () => {
function mockEngineName(name) {
when(core.getInput)
.calledWith('engine-name')
.calledWith('path')
.mockReturnValueOnce(name);
}