@Test
 public void testStorageInitialization() {
   metadataStore.init();
   verify(storage).init(eq("default://system/metadata"));
 }