You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
let expected_transaction:Option<&edn::Value> = transaction.get(&edn::Value::NamespacedKeyword(symbols::NamespacedKeyword::new("test","expectedtransaction")));
For context, in #214, I landed the first parts of the transaction processor, and I landed the first parts of #188, which starts converting tests from the Clojure implementation to a generic EDN format. While implementing the code in db.rs linked above, I ran into #219, which is now fixed. This ticket tracks patching up the provisional names above.
This ticket tracks replacing
:expecteddatomsand:expectedtransactionsaroundmentat/db/src/db.rs
Line 863 in 4258053
:expected-datomsand:expected-transactions; and updating the Wiki documentation at https://github.com/mozilla/mentat/wiki/Transacting:-EDN-test-format to reflect the changes.For context, in #214, I landed the first parts of the transaction processor, and I landed the first parts of #188, which starts converting tests from the Clojure implementation to a generic EDN format. While implementing the code in
db.rslinked above, I ran into #219, which is now fixed. This ticket tracks patching up the provisional names above.