From 5d3832c597a20eab582e6d1287bb6e53f67a02c8 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Thu, 16 Jan 2025 22:46:25 +0100 Subject: [PATCH] update total amount of test peers --- management/server/store/sql_store_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/server/store/sql_store_test.go b/management/server/store/sql_store_test.go index 6af3c7510..d51522922 100644 --- a/management/server/store/sql_store_test.go +++ b/management/server/store/sql_store_test.go @@ -2670,7 +2670,7 @@ func TestSqlStore_GetAccountPeers(t *testing.T) { { name: "should retrieve peers for an existing account ID", accountID: "bf1c8084-ba50-4ce7-9439-34653001fc3b", - expectedCount: 4, + expectedCount: 5, }, { name: "should return no peers for a non-existing account ID",