Skip to content

Commit

Permalink
Update testing.go
Browse files Browse the repository at this point in the history
  • Loading branch information
VolodymyrBg authored Feb 11, 2025
1 parent 693c7da commit afc02ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/eds/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit afc02ef

Please sign in to comment.