Skip to content

Commit

Permalink
Fix non-linux unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Jan 17, 2018
1 parent 7a307fc commit 17f0a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/system/diskio_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package system

type diskInfoCache struct{}

func (s *DiskIOStats) diskInfo(devName string) (map[string]string, error) {
func (s *DiskIO) diskInfo(devName string) (map[string]string, error) {
return nil, nil
}

0 comments on commit 17f0a46

Please sign in to comment.