Skip to content

Commit

Permalink
Update TES marhaler parameters to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtamm committed Mar 2, 2024
1 parent a3e59d8 commit eb08849
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tes/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ import (

// Marshaler marshals tasks to indented JSON.
var Marshaler = protojson.MarshalOptions{
Indent: " ",
Multiline: false,
Indent: " ",
Multiline: false,
UseProtoNames: true,
}
var Unmarshaler = protojson.UnmarshalOptions{}

Expand Down

0 comments on commit eb08849

Please sign in to comment.