silverbulletmd / silverbullet

The knowledge tinkerer's notebook
https://silverbullet.md
MIT License
2.36k stars 169 forks source link

Fix mq.datastore test #751

Closed Maks-s closed 7 months ago

Maks-s commented 7 months ago

Hello, awesome software :+1: !

I couldn't get the test to work no matter what I tried. Commit 687d1f0 helped, it made the test pass 9 times out of 10

This PR makes it work 10/10, but github loves to blow up when someone changes an indent so here's a rundown of what this PR does

If I may also suggest, BDD testing could be nice to better track and fix failing tests

zefhemel commented 7 months ago

Thanks for this!

Regarding BDD: I'm open to it. For me the current approach has been ok, but open to contributions!