From afc02efb893829dd1eb9a8e98fb05f28180c54a6 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Tue, 11 Feb 2025 21:53:53 +0200 Subject: [PATCH] Update testing.go --- share/eds/testing.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/eds/testing.go b/share/eds/testing.go index 5804373635..5fe77614ba 100644 --- a/share/eds/testing.go +++ b/share/eds/testing.go @@ -248,7 +248,8 @@ func testAccessorRowNamespaceData( // check that the amount of shares in the namespace is equal to the expected amount require.Equal(t, amount, actualSharesAmount) - }) + } + }) t.Run("not included", func(t *testing.T) { t.Parallel()