Fixed test compilation error

This commit is contained in:
Antoine Gersant 2018-10-28 17:07:11 -07:00
parent c25dc8155f
commit 5786c99b3a

View file

@ -435,7 +435,7 @@ where
Ok(())
}
fn update<T>(db: &T) -> Result<(), errors::Error>
pub fn update<T>(db: &T) -> Result<(), errors::Error>
where
T: ConnectionSource + VFSSource,
{