forked from TrueCloudLab/frostfs-sdk-go
[nspcc-dev/neofs-node#116] policy: Add comments
Added comments to exported variables and functions, fix typos in comments and extra newlines in code Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
3ef4b2c4cf
commit
0caf8cfd95
4 changed files with 11 additions and 7 deletions
|
@ -62,7 +62,6 @@ func TestFromSelectNoAttribute(t *testing.T) {
|
|||
r, err := Parse(q)
|
||||
require.NoError(t, err)
|
||||
require.EqualValues(t, expected, r)
|
||||
|
||||
})
|
||||
|
||||
t.Run("with filter", func(t *testing.T) {
|
||||
|
@ -232,7 +231,6 @@ func TestValidation(t *testing.T) {
|
|||
_, err := Parse(q)
|
||||
require.True(t, errors.Is(err, ErrInvalidNumber), "got: %v", err)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
func TestFilterStringSymbols(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue