From b491b683f5287631da394da614a8a91f2e5ad087 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 10 Nov 2015 17:58:04 +0200 Subject: [PATCH] fix for history test --- engine/history_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/history_test.go b/engine/history_test.go index 464745fb6..8484d1efd 100644 --- a/engine/history_test.go +++ b/engine/history_test.go @@ -36,7 +36,8 @@ func TestHistoryRatinPlans(t *testing.T) { func TestHistoryDestinations(t *testing.T) { scribe := historyScribe.(*history.MockScribe) buf := scribe.GetBuffer(history.DESTINATIONS_FN) - expected := `[{"Id":"ALL","Prefixes":["49","41","43"]}, + expected := `[{"Id":"*ddc_test","Prefixes":["333","444"]}, +{"Id":"ALL","Prefixes":["49","41","43"]}, {"Id":"DST_UK_Mobile_BIG5","Prefixes":["447956"]}, {"Id":"EU_LANDLINE","Prefixes":["444"]}, {"Id":"GERMANY","Prefixes":["49"]},