Small fix stats_test

This commit is contained in:
DanB
2015-06-30 10:52:13 +02:00
parent f055b08d5f
commit f744967c5f

View File

@@ -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)
}