in src/store/dynamodb/ext.rs [79:84]
fn attributevalue_get_n_missing() {
let mut item = HashMap::new();
item.insert("price".to_owned(), AttributeValue::N("10.0".to_owned()));
assert_eq!(item.get_n("foo"), None);
}