mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
build: ineffassign fixes. (#3134)
This commit is contained in:
committed by
Harshavardhana
parent
dd6ecf1193
commit
3e8cb8c937
@@ -178,7 +178,7 @@ func TestCheckSufficientDisks(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCheckEndpointsSyntax(t *testing.T) {
|
||||
testCases := []string{}
|
||||
var testCases []string
|
||||
if runtime.GOOS == "windows" {
|
||||
testCases = []string{
|
||||
"\\export",
|
||||
|
||||
Reference in New Issue
Block a user