mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
improving tests at configs
This commit is contained in:
committed by
Dan Christian Bogos
parent
e6dd465410
commit
4a537e73fa
@@ -622,6 +622,11 @@ func TestDifference(t *testing.T) {
|
||||
t.Errorf("Expecting: %+v, received: %+v", time.Date(2009, 11, 10, 22, 59, 40, 0, time.UTC), diff)
|
||||
}
|
||||
|
||||
if _, err := Difference("time.Second", time.Date(2009, 11, 10, 22, 59, 40, 0, time.UTC), "20000000"); err != nil {
|
||||
|
||||
t.Errorf("%v", err)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func TestMultiply(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user