forked from TrueCloudLab/frostfs-node
[#1431] obj_storage/shard: Fix visibility of 'newMetricStore'
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
63466d71b2
commit
00b1cecfb7
3 changed files with 5 additions and 5 deletions
|
@ -51,7 +51,7 @@ func TestShardReload(t *testing.T) {
|
|||
WithMetaBaseOptions(metaOpts...),
|
||||
WithPiloramaOptions(
|
||||
pilorama.WithPath(filepath.Join(p, "pilorama"))),
|
||||
WithMetricsWriter(NewMetricStore()),
|
||||
WithMetricsWriter(newMetricStore()),
|
||||
}
|
||||
|
||||
sh := New(opts...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue