fix: new staticheck and linter issues reported (#19340)

This commit is contained in:
Harshavardhana
2024-03-27 08:10:40 -07:00
committed by GitHub
parent cb536a73eb
commit 364d3a0ac9
3 changed files with 4 additions and 10 deletions

View File

@@ -364,6 +364,7 @@ func TestDataUsageUpdatePrefix(t *testing.T) {
}
if e == nil {
t.Fatal("got nil result")
return
}
if e.Size != int64(w.size) {
t.Error("got size", e.Size, "want", w.size)