Uh oh!
There was an error while loading. Please reload this page.
Change mock implementation to use store.KVStore instead of maps - #146
Conversation
Change mock implementation to use store.KVStore instead of maps
Revert "Disk storage mock dalc 134"
Codecov Report
@@ Coverage Diff @@## main #146 +/- ##
==========================================
- Coverage 57.47% 57.07% -0.40%
==========================================
Files 24 24 Lines 1987 2127 +140 ==========================================
+ Hits 1142 1214 +72 - Misses 729 786 +57 - Partials 116 127 +11
Continue to review full report at Codecov.
|
jbowen93
commented
Oct 9, 2021
@tzdybal I don't see an option for me to assign a Reviewer so pinging you here. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tzdybal
left a comment
There was a problem hiding this comment.
Thanks for your submission!
This looks really good - I left some small comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Tomasz Zdybał <tomek@zdybal.lap.pl>
* update `MockDataAvailabilityLayerClient` to use `KVStore` instead of maps * ensure that `KVStore` is passed to `Init` in the tests Resolves#134.
Resolves#134
Apologies for messed up commit history, need to make sure to squash before merging!