Fix: db/component should be db/isComponent. (#624) r=nalexander
This commit is contained in:
parent
6c54e1d370
commit
558906df4f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue