charslaw / Pando

Pando serializes and tracks the history of a state tree
MIT License
2 stars 0 forks source link

Make `PandoRepository` (formerly `PandoSaver`) tests less coupled to `IDataSource` implementations #43

Open schultzcole opened 2 years ago

schultzcole commented 2 years ago

Currently, these tests depend on concrete implementations and it would be more proper to depend on substitutes or fakes.