Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Nov 25, 2024
1 parent c7a5400 commit 5948349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ func TestWriterChunkTransferTimeoutEmulated(t *testing.T) {
}
} else {
if !errors.Is(err, context.DeadlineExceeded) {
t.Fatalf("expected context deadline exceeded found %v", err.Error())
t.Fatalf("expected context deadline exceeded found %v", err)
}
}
})
Expand Down

0 comments on commit 5948349

Please sign in to comment.