earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
633 stars 20 forks source link

fix weird test case with fake author address #149

Closed cinnamon-bun closed 3 years ago

cinnamon-bun commented 3 years ago

I was using a fake value as an author pubkey in a particular test. Now it's using a valid author address. Thanks to sosofetch for finding this.

cinnamon-bun commented 3 years ago

This keeps failing on one of the crypto tests. I don't think it's related to the small change I made in this commit though, it's something about the crypto library segfaulting in the CI environment ... I will hold off on merging until we can investigate further.

cinnamon-bun commented 3 years ago

Well it passed after rerunning the test five times, so it must be okay right?? ;)

This was happening before and I fixed it by increasing the test timeout in package.json.