Skip to content

Commit 5f917d7

Browse files
committed
err
1 parent 427362c commit 5f917d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buckets_test.go

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

9393
w.Header().Set("Content-Type", "application/json")
94-
json.NewEncoder(w).Encode(buckets)
94+
_ = json.NewEncoder(w).Encode(buckets)
9595
}))
9696
defer server.Close()
9797

0 commit comments

Comments
 (0)