[#85] get-service: Drop unused assemble flag

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2023-03-09 11:16:38 +03:00
parent b8e93d4c08
commit ac0a278a05
3 changed files with 1 additions and 14 deletions

View file

@ -248,7 +248,6 @@ func TestGetLocalOnly(t *testing.T) {
svc := &Service{cfg: new(cfg)}
svc.log = test.NewLogger(false)
svc.localStorage = storage
svc.assembly = true
return svc
}
@ -510,7 +509,6 @@ func TestGetRemoteSmall(t *testing.T) {
svc := &Service{cfg: new(cfg)}
svc.log = test.NewLogger(false)
svc.localStorage = newTestStorage()
svc.assembly = true
const curEpoch = 13
@ -1644,7 +1642,6 @@ func TestGetFromPastEpoch(t *testing.T) {
svc := &Service{cfg: new(cfg)}
svc.log = test.NewLogger(false)
svc.localStorage = newTestStorage()
svc.assembly = true
const curEpoch = 13