Skip to content

Commit

Permalink
Update artifactory/commands/dotnet/dotnetcommand_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yahav Itschak <yahavi@users.noreply.github.com>
  • Loading branch information
sverdlov93 and yahavi authored Jan 8, 2025
1 parent 6ac61ff commit 2b347b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/commands/dotnet/dotnetcommand_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func TestAddConfigFileFlag(t *testing.T) {
},
}

for _, tt := range tests {
for _, testCase := range testCases {

Check failure on line 339 in artifactory/commands/dotnet/dotnetcommand_test.go

View workflow job for this annotation

GitHub Actions / Go-Sec

undefined: testCases

Check failure on line 339 in artifactory/commands/dotnet/dotnetcommand_test.go

View workflow job for this annotation

GitHub Actions / Static-Check

undefined: testCases
t.Run(tt.name, func(t *testing.T) {

Check failure on line 340 in artifactory/commands/dotnet/dotnetcommand_test.go

View workflow job for this annotation

GitHub Actions / Go-Sec

undefined: tt

Check failure on line 340 in artifactory/commands/dotnet/dotnetcommand_test.go

View workflow job for this annotation

GitHub Actions / Static-Check

undefined: tt
// Create a mock command object
cmd, err := dotnet.NewToolchainCmd(tt.toolchainType)

Check failure on line 342 in artifactory/commands/dotnet/dotnetcommand_test.go

View workflow job for this annotation

GitHub Actions / Go-Sec

undefined: tt

Check failure on line 342 in artifactory/commands/dotnet/dotnetcommand_test.go

View workflow job for this annotation

GitHub Actions / Static-Check

undefined: tt
Expand Down

0 comments on commit 2b347b8

Please sign in to comment.