Skip to content

Commit

Permalink
fix(project): fix generator outputting template with parameters on sa…
Browse files Browse the repository at this point in the history
…me line
  • Loading branch information
AdmiringWorm committed Jul 25, 2020
1 parent 4d11805 commit a04a1fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion __tests__/project/default/testAliasesFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public TestAppAliasesFixture()
argumentsMoq.Object,
ProcessRunner,
registryMoq.Object,
Tools,dataService.Object,
Tools,
dataService.Object,
Configuration);
}

Expand Down
3 changes: 2 additions & 1 deletion __tests__/project/space/testAliasesFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public TestAppAliasesFixture()
argumentsMoq.Object,
ProcessRunner,
registryMoq.Object,
Tools,dataService.Object,
Tools,
dataService.Object,
Configuration);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ namespace Cake.<%= projectName %>.Tests
argumentsMoq.Object,
ProcessRunner,
registryMoq.Object,
Tools,dataService.Object,
Tools,
dataService.Object,
Configuration);
}

Expand Down

0 comments on commit a04a1fd

Please sign in to comment.