Skip to content

Commit

Permalink
Rename integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk committed Nov 7, 2024
1 parent 49e8e19 commit 2cde9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/Cake.Common/Tools/DotNet/DotNetAliases.cake
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetListPackage")
Assert.Contains(result.Projects, item => item.Path == project);
});

Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetListSln")
Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetSlnList")
.IsDependentOn("Cake.Common.Tools.DotNet.DotNetAliases.Setup")
.Does(() =>
{
Expand Down Expand Up @@ -479,7 +479,7 @@ Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetBuildServerShutdown")
.IsDependentOn("Cake.Common.Tools.DotNet.DotNetAliases.DotNetAddReference")
.IsDependentOn("Cake.Common.Tools.DotNet.DotNetAliases.DotNetRemoveReference")
.IsDependentOn("Cake.Common.Tools.DotNet.DotNetAliases.DotNetListReference")
.IsDependentOn("Cake.Common.Tools.DotNet.DotNetAliases.DotNetListSln")
.IsDependentOn("Cake.Common.Tools.DotNet.DotNetAliases.DotNetSlnList")
.Does(() =>
{
// When
Expand Down

0 comments on commit 2cde9c5

Please sign in to comment.