mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
Small fix stats_test
This commit is contained in:
@@ -321,7 +321,7 @@ func TestStatsReloadQueuesWithDefault(t *testing.T) {
|
||||
t.Error("Error getting queue ids: ", err)
|
||||
}
|
||||
result := len(ids)
|
||||
expected := 3
|
||||
expected := 2
|
||||
if result != expected {
|
||||
t.Errorf("Error loading stats queues. Expected %v was %v", expected, result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user