Skip to content

Commit

Permalink
Update Src/libCZI_UnitTests/test_azureblobstream.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: DaveyJonesBitPail <[email protected]>
  • Loading branch information
ptahmose and DaveyJonesBitPail authored Sep 19, 2024
1 parent 69443ba commit 937575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI_UnitTests/test_azureblobstream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ TEST(AzureBlobStream, GetStatisticsFromBlobUsingConnectionString)
{
if (!IsAzureBlobInputStreamAvailable())
{
GTEST_SKIP() << "The stream-class 'azure_blob_inputstream' is not available/configured, skipping this test therefore.";
GTEST_SKIP() << "The stream-class 'azure_blob_inputstream' is not available/configured, therefore skipping this test.";
}

const char* azure_blob_store_connection_string = GetAzureBlobStoreConnectionString();
Expand Down

0 comments on commit 937575b

Please sign in to comment.