Skip to content

Commit

Permalink
Update test/dotnet-new3.UnitTests/DotnetNewHelp.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Vlada Shubina <vladislava.shubina@gmail.com>
  • Loading branch information
jmarolf and vlada-shubina committed Jun 2, 2021
1 parent 23d9f7e commit 2af64ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/dotnet-new3.UnitTests/DotnetNewHelp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ public class DotnetNewHelp
--no-restore If specified, skips the automatic restore of the project on create.
bool - Optional
Default: false
Default: false
--nullable Whether to enable nullable reference types for this project.
--nullable Whether to enable nullable reference types for this project.
bool - Optional
Default: true ";
Default: true ";

#endregion
private readonly ITestOutputHelper _log;
Expand Down

0 comments on commit 2af64ba

Please sign in to comment.