mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
fix go_vet error reported by goreportcard.com
Fixed go_vet error: Line 413: error: TestisValidPluginMode has malformed name: first letter after 'Test' must not be lowercase (vet)
This commit is contained in:
parent
c3d89a7a4b
commit
ce2437d5ec
@ -410,7 +410,7 @@ func TestAllocate(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestisValidPluginMode(t *testing.T) {
|
func TestIsValidPluginMode(t *testing.T) {
|
||||||
tcases := []struct {
|
tcases := []struct {
|
||||||
input pluginMode
|
input pluginMode
|
||||||
output bool
|
output bool
|
||||||
|
Loading…
Reference in New Issue
Block a user