mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-02-23 13:54:25 +01:00
fix comment
This commit is contained in:
@@ -310,7 +310,7 @@ func (suite *HodlInvoiceSuite) TestNegativeBalanceWithHodl() {
|
||||
//fetch user balance again
|
||||
userBalance, err := suite.service.CurrentUserBalance(context.Background(), userId)
|
||||
assert.NoError(suite.T(), err)
|
||||
//assert the balance is negative
|
||||
//assert the balance did not go below 0
|
||||
assert.False(suite.T(), userBalance < 0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user