YousefED / SyncedStore

SyncedStore CRDT is an easy-to-use library for building live, collaborative applications that sync automatically.
https://syncedstore.org
MIT License
1.72k stars 51 forks source link

simplify tests #17

Closed YousefED closed 3 years ago

YousefED commented 3 years ago

@rhaenni small fix to make the tests more succint and in line with the other tests. I don't think this has any side-effects

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1208796689

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 1208609104: 0.0%
Covered Lines: 341
Relevant Lines: 417

💛 - Coveralls
rhaenni commented 3 years ago

thanks, much simpler!