Skip to content

Commit

Permalink
Update process_linux_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Sep 11, 2023
1 parent 2cbec2e commit 20278ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/process_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func Benchmark_fillFromStatusWithContext(b *testing.B) {
}

func Test_fillFromTIDStatWithContext_lx_brandz(t *testing.T) {
pids, err := ioutil.ReadDir("testdata/lx_brandz/")
pids, err := os.ReadDir("testdata/lx_brandz/")
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 20278ef

Please sign in to comment.