diff --git a/integration_tests/hodl_invoice_test.go b/integration_tests/hodl_invoice_test.go index 8525634..235f290 100644 --- a/integration_tests/hodl_invoice_test.go +++ b/integration_tests/hodl_invoice_test.go @@ -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) }