Compare commits
2 commits
84060ce16a
...
bba4af93d6
Author | SHA1 | Date | |
---|---|---|---|
bba4af93d6 | |||
08f43106fe |
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ func TestStableMarshalSingle(t *testing.T) {
|
|||
var actualFrostfs generated.Primitives
|
||||
require.NoError(t, actualFrostfs.UnmarshalJSON(r))
|
||||
require.Equal(t, tc.input, &actualFrostfs)
|
||||
primitivesEqual(t, &actualFrostfs, &actual)
|
||||
|
||||
primitivesEqual(t, tc.input, &actual)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue