Skip to content

Commit

Permalink
test: fix type unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed Apr 18, 2024
1 parent 956b091 commit 279afcc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/types/governance_new_market_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,11 @@ func TestNewMarketProposalMapping(t *testing.T) {
SlaCompetitionFactor: "0.5",
},
LiquidationStrategy: &vegapb.LiquidationStrategy{
DisposalTimeStep: 300,
DisposalFraction: "0.1",
FullDisposalSize: 20,
MaxFractionConsumed: "0.01",
DisposalTimeStep: 300,
DisposalFraction: "0.1",
FullDisposalSize: 20,
MaxFractionConsumed: "0.01",
DisposalSlippageRange: "0.1",
},
TickSize: "1",
},
Expand Down

0 comments on commit 279afcc

Please sign in to comment.