1
0
Fork 0
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:
mcrakhman 2024-06-08 13:16:12 +02:00
parent 43383853e1
commit 7ce669d85d
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
11 changed files with 93 additions and 133 deletions

View file

@ -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())