Skip to content

Commit

Permalink
fix: update test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisfc68 committed Dec 4, 2024
1 parent dc6b0e3 commit 815cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/liquidity_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestToAvailableLiquidityDTO(t *testing.T) {
}
dto := pkg.ToAvailableLiquidityDTO(liquidity)
assert.Equal(t, "1234567890987654321", dto.PeginLiquidityAmount.String())
assert.Equal(t, "987654321", dto.PegoutLiquidityAmount.String())
assert.Equal(t, "987654322", dto.PegoutLiquidityAmount.String())
}

func TestFromPeginConfigurationDTO(t *testing.T) {
Expand Down

0 comments on commit 815cd10

Please sign in to comment.