Skip to content

Commit

Permalink
chore: format balancer amm_test.go (#1355)
Browse files Browse the repository at this point in the history
* chore: format balancer amm_test.go

* Update x/gamm/pool-models/balancer/amm_test.go
  • Loading branch information
p0mvn authored Apr 26, 2022
1 parent acd1ce7 commit a56fe51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gamm/pool-models/balancer/amm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (suite *KeeperTestSuite) TestBalancerSpotPrice() {
}

// TestCalculateAmountOutAndIn_InverseRelationship tests that the same amount of token is guaranteed upon
// sequential operation of CalcInAmtGivenOut and CalcOutAmtGivenIn
// sequential operation of CalcInAmtGivenOut and CalcOutAmtGivenIn.
func TestCalculateAmountOutAndIn_InverseRelationship(t *testing.T) {
type testcase struct {
denomOut string
Expand Down

0 comments on commit a56fe51

Please sign in to comment.