Skip to content

Commit 0a94d04

Browse files
authored
add md5 feature to storage_blobs tests (#1336)
the `md5` feature is used in the integration test, this ensures it's enabled for the test to build
1 parent 4e12a2f commit 0a94d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage_blobs/tests/blob.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![cfg(all(test, feature = "test_e2e"))]
1+
#![cfg(all(test, feature = "test_e2e", feature = "md5"))]
22
#[macro_use]
33
extern crate log;
44

0 commit comments

Comments
 (0)