Skip to content

Commit 788f7a8

Browse files
committed
[dnm] test
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 4b6c4d5 commit 788f7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devices/device_unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func TestHostDevicesIoutilReadDirDeepFailure(t *testing.T) {
9191

9292
_, err := HostDevices()
9393
if !errors.Is(err, testError) {
94-
t.Fatalf("Unexpected error %v, expected %v", err, testError)
94+
t.Fatalf("Unexpected error %v, expected %v (called=%v)", err, testError, called)
9595
}
9696
}
9797

0 commit comments

Comments
 (0)