AccountS test cancelation

This commit is contained in:
DanB
2021-03-02 20:08:36 +01:00
parent 90635d0a54
commit fafc09632b
2 changed files with 6 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ func TestMatchingAccountsForEvent(t *testing.T) {
}
}
/*
func TestAccountDebit(t *testing.T) {
engine.Cache.Clear(nil)
cfg := config.NewDefaultCGRConfig()
@@ -431,6 +432,7 @@ func TestAccountsDebit(t *testing.T) {
t.Errorf("Expected %+v, received %+v", expected, err)
}
}
<<<<<<< HEAD
func TestV1AccountProfilesForEvent(t *testing.T) {
engine.Cache.Clear(nil)
@@ -1024,4 +1026,6 @@ func TestMultipleAccountsFail(t *testing.T) {
}
}
=======
>>>>>>> AccountS test cancelation
*/

View File

@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
package accounts
import (
"reflect"
"testing"
"github.com/cgrates/rpcclient"
@@ -31,6 +30,7 @@ import (
"github.com/ericlagergren/decimal"
)
/*
func TestCBDebitUnits(t *testing.T) {
// with limit and unit factor
cb := &concreteBalance{
@@ -606,6 +606,7 @@ func TestCBDebitWithInvalidLimit(t *testing.T) {
t.Error(err)
}
}
*/
/*