You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are too many dummy repositories throughout the code base, each implemented in individual modules for testing the functionality interaction with an IRepository implementation.
These should be cleared and moved to a module modTest that is included only in the testing builds.
The StandaloneBlockchain is another useful class that can be moved to this module.
The text was updated successfully, but these errors were encountered:
There are too many dummy repositories throughout the code base, each implemented in individual modules for testing the functionality interaction with an
IRepository
implementation.These should be cleared and moved to a module
modTest
that is included only in the testing builds.The
StandaloneBlockchain
is another useful class that can be moved to this module.The text was updated successfully, but these errors were encountered: