azureblob: fix test which didn't compile

We accidentally merged this commit with non compiling tests.

bee45bccfd azureblob: fix spurious vfs cache corruption errors during chunked reads #9782
This commit is contained in:
Nick Craig-Wood
2026-08-25 09:31:40 +01:00
parent d68ecd1717
commit d3a71eea36
@@ -56,6 +56,7 @@ func TestBlockIDCreator(t *testing.T) {
func TestDecodeMetaDataFromDownloadResponse(t *testing.T) { func TestDecodeMetaDataFromDownloadResponse(t *testing.T) {
pInt64 := func(i int64) *int64 { return &i } pInt64 := func(i int64) *int64 { return &i }
pString := func(s string) *string { return &s }
newTestObject := func() *Object { newTestObject := func() *Object {
return &Object{ return &Object{
fs: &Fs{}, fs: &Fs{},