[#120] proto/test: Unskip protojson compatibility test
All checks were successful
All checks were successful
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
b06dad731c
commit
d9a604fbc1
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ func TestStableMarshalSingle(t *testing.T) {
|
|||
require.NoError(t, protojson.Unmarshal(r, &actual))
|
||||
|
||||
t.Run("protojson compatibility", func(t *testing.T) {
|
||||
t.Skip()
|
||||
data, err := protojson.Marshal(&actual)
|
||||
require.NoError(t, err)
|
||||
require.JSONEq(t, string(data), string(r))
|
||||
|
|
Loading…
Reference in a new issue