Fix: db/component should be db/isComponent. (#624) r=nalexander

This commit is contained in:
Richard Newman 2018-04-03 14:25:28 -07:00 committed by GitHub
parent 6c54e1d370
commit 558906df4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1011,7 +1011,7 @@ mod test {
:db/valueType :db.type/boolean
:db/cardinality :db.cardinality/one
:db/unique :db.unique/identity
:db/component true }, ]"#;
:db/isComponent true }, ]"#;
let expected_value = edn::parse::value(&expected_output).expect("to be able to parse").without_spans();
assert_eq!(expected_value, value);