File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Build : NukeBuild
4444
4545 [ OctoVersion ( BranchMember = nameof ( BranchName ) ,
4646 AutoDetectBranchMember = nameof ( AutoDetectBranch ) , Framework = "net8.0" ) ]
47- public OctoVersionInfo OctoVersionInfo ;
47+ public OctoVersionInfo OctoVersionInfo ;
4848
4949 AbsolutePath SourceDirectory => RootDirectory / "source" ;
5050 AbsolutePath ArtifactsDirectory => RootDirectory / "artifacts" ;
Original file line number Diff line number Diff line change 11using System ;
22using System . IO ;
33using System . Threading . Tasks ;
4- using Shouldly ;
54using NSubstitute ;
65using NUnit . Framework ;
76using Octopus . CommandLine ;
87using Octopus . CommandLine . Commands ;
98using Serilog ;
9+ using Shouldly ;
1010
1111namespace Tests . Commands ;
1212
@@ -90,7 +90,7 @@ public async Task ShouldReturnAllSubCommandsWhenEmptyArguments()
9090 . ShouldSatisfyAllConditions (
9191 actual => actual . ShouldContain ( "help" ) ,
9292 actual => actual . ShouldContain ( "test" )
93- ) ;
93+ ) ;
9494 }
9595
9696 [ Test ]
Original file line number Diff line number Diff line change 11using System ;
22using System . IO ;
3- using Shouldly ;
43using NSubstitute ;
54using NUnit . Framework ;
65using Octopus . CommandLine ;
76using Octopus . CommandLine . Commands ;
87using Serilog ;
8+ using Shouldly ;
99using Tests . Helpers ;
1010
1111namespace Tests . Commands ;
@@ -49,7 +49,7 @@ public void ShouldPrintGeneralHelpWhenNoArgsGiven()
4949 actual => actual . ShouldMatch ( @"Usage: (dotnet|testhost.*|ReSharperTestRunner64) <command> \[<options>\]" ) ,
5050 actual => actual . ShouldContain ( "Where <command> is one of:" ) ,
5151 actual => actual . ShouldContain ( "create-foo" )
52- ) ;
52+ ) ;
5353 }
5454
5555 [ Test ]
You can’t perform that action at this time.
0 commit comments