mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Simplify deps
This commit is contained in:
parent
43383853e1
commit
7ce669d85d
11 changed files with 93 additions and 133 deletions
|
@ -48,7 +48,7 @@ func newFixture(t *testing.T, peerId string, params counterFixtureParams) *count
|
|||
Register(synctest.NewPeerProvider(peerId)).
|
||||
Register(synctest.NewCounter(params.start, params.delta)).
|
||||
Register(streampool.NewStreamPool()).
|
||||
Register(synctest.NewCounterSyncDepsFactory()).
|
||||
Register(synctest.NewCounterSyncHandler()).
|
||||
Register(NewSyncService()).
|
||||
Register(synctest.NewCounterGenerator()).
|
||||
Register(synctest.NewRpcServer())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue