Fix TwoClientTest metric name

https://github.com/codex-storage/nim-codex/pull/603
This commit is contained in:
Veaceslav Doina 2023-11-06 15:06:47 +02:00
parent e073f7a881
commit 807e8b7b5f
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace ContinuousTests.Tests
{
public class TwoClientTest : ContinuousTest
{
private const string BytesStoredMetric = "codexRepostoreBytesUsed";
private const string BytesStoredMetric = "codex_repostore_bytes_used";
public override int RequiredNumberOfNodes => 2;
public override TimeSpan RunTestEvery => TimeSpan.FromMinutes(2);