mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Update glide with new versions of librarys
This commit is contained in:
committed by
Dan Christian Bogos
parent
5a9760ea31
commit
648f069f8d
@@ -2398,7 +2398,7 @@ func TestActionSetExpiry(t *testing.T) {
|
||||
t.Error("Error getting account: ", acc, err)
|
||||
}
|
||||
//Verify ExpirationDate for first balance(Bal1)
|
||||
if acc.BalanceMap[utils.MONETARY][0].ExpirationDate != cloneTimeNowPlus24h {
|
||||
if !acc.BalanceMap[utils.MONETARY][0].ExpirationDate.Equal(cloneTimeNowPlus24h) {
|
||||
t.Errorf("Expecting: %+v, received: %+v", cloneTimeNowPlus24h, acc.BalanceMap[utils.MONETARY][0].ExpirationDate)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user