Skip to content

Commit

Permalink
Fix disk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bioe007 committed Mar 23, 2024
1 parent cb03efb commit dfb0d9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions disk/disk_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package disk

import (
"fmt"
"io"
"io/fs"
"os"
Expand Down Expand Up @@ -330,7 +329,6 @@ func TestGetDiskStats(t *testing.T) {
disks, _ := FILES.ReadDir("sys/block")

setupReportableDisks(disks)
fmt.Println("isdisk?", isDisk("dev0"))

f, _ := FILES.Open("diskstats")
di2, err := getDiskStats(di, f)
Expand Down

0 comments on commit dfb0d9c

Please sign in to comment.