From d3a71eea3636b4f1ac071568fd0a785ee94cfdb4 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 25 Aug 2026 09:29:20 +0100 Subject: [PATCH] azureblob: fix test which didn't compile We accidentally merged this commit with non compiling tests. bee45bccfd54b55e azureblob: fix spurious vfs cache corruption errors during chunked reads #9782 --- backend/azureblob/azureblob_internal_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/azureblob/azureblob_internal_test.go b/backend/azureblob/azureblob_internal_test.go index f8deb0fdb..dddcbcc41 100644 --- a/backend/azureblob/azureblob_internal_test.go +++ b/backend/azureblob/azureblob_internal_test.go @@ -56,6 +56,7 @@ func TestBlockIDCreator(t *testing.T) { func TestDecodeMetaDataFromDownloadResponse(t *testing.T) { pInt64 := func(i int64) *int64 { return &i } + pString := func(s string) *string { return &s } newTestObject := func() *Object { return &Object{ fs: &Fs{},