Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
test(backend): fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiyan committed Jul 11, 2024
1 parent ff496aa commit 0631f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/syncing/syncing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func makeTestNode(t *testing.T, name string) testNode {
Account: accountKey,
Blobs: blobs,
Device: identity,
Syncer: NewService(cfg.Syncing, must.Do2(zap.NewDevelopment()).Named(name), db, blobs, n),
Syncer: NewService(cfg.Syncing, must.Do2(zap.NewDevelopment()).Named(name), db, nil, n), // TODO(hm24): add indexer here.
}
}

Expand Down

0 comments on commit 0631f84

Please sign in to comment.