Skip to content

Commit

Permalink
amended test after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vlada-shubina committed Sep 8, 2022
1 parent 2846316 commit 1268485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public async void Test_CoaleseWithInvalidSetup()
// Running the actual scenario: template files processing and generating output (including macros processing)
//

await rpg.CreateAsync(settings, runnableConfig, sourceDir, parametersData, targetDir, CancellationToken.None);
await RunnableProjectGenerator.CreateAsync(settings, runnableConfig, sourceDir, parametersData, targetDir, CancellationToken.None);

//
// Veryfying the outputs
Expand Down

0 comments on commit 1268485

Please sign in to comment.