orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

Add asserts to Log's onProgress callback tests #172

Closed haadcode closed 6 years ago

haadcode commented 6 years ago

This PR will add asserts to Log tests to make sure we test the onProgress callback.

Originally described here https://github.com/orbitdb/ipfs-log/pull/130/files#r210806112.

haadcode commented 6 years ago

I also removed the unnecessary try/catch and renamed the callback function to loadProgressCallback to make it more explicit.