pub fn test_get_fails_with_non_existing_column(
    db: &dyn KeyValueDB
) -> Result<()>
Expand description

A test for KeyValueDB::get. Assumes the db has only 1 column.