From 2b347b89cf423506e9ad2d57bf4286fda3bfc847 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Wed, 8 Jan 2025 16:01:23 +0200 Subject: [PATCH] Update artifactory/commands/dotnet/dotnetcommand_test.go Co-authored-by: Yahav Itschak --- artifactory/commands/dotnet/dotnetcommand_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifactory/commands/dotnet/dotnetcommand_test.go b/artifactory/commands/dotnet/dotnetcommand_test.go index 0fa00975e..39f63b212 100644 --- a/artifactory/commands/dotnet/dotnetcommand_test.go +++ b/artifactory/commands/dotnet/dotnetcommand_test.go @@ -336,7 +336,7 @@ func TestAddConfigFileFlag(t *testing.T) { }, } - for _, tt := range tests { + for _, testCase := range testCases { t.Run(tt.name, func(t *testing.T) { // Create a mock command object cmd, err := dotnet.NewToolchainCmd(tt.toolchainType)