mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
Updated RateProfile Compile test
This commit is contained in:
committed by
Dan Christian Bogos
parent
eab8b248a4
commit
657617da2e
@@ -255,7 +255,7 @@ func TestRateProfileCompile(t *testing.T) {
|
||||
Weight: 30,
|
||||
ActivationTime: "error",
|
||||
}
|
||||
if err := rt.Compile(); err == nil || err.Error() != "Expected exactly 5 fields, found 1: error" {
|
||||
if err := rt.Compile(); err == nil || err.Error() != "expected exactly 5 fields, found 1: [error]" {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user