From 1387c65c0d344ad49206f6e181990e704a542d26 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 19 May 2014 22:04:45 +0000 Subject: [PATCH] Bug 12168: (follow-up) correct typos in test descriptions Signed-off-by: Galen Charlton --- t/db_dependent/Budgets.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Budgets.t b/t/db_dependent/Budgets.t index 56627abbd3..7f743badfb 100755 --- a/t/db_dependent/Budgets.t +++ b/t/db_dependent/Budgets.t @@ -318,5 +318,5 @@ for my $infos (@order_infos) { } } is( GetBudgetHierarchySpent( $budget_id1 ), 160, "total spent for budget1 is 160" ); -is( GetBudgetHierarchySpent( $budget_id11 ), 100, "total spent for budget1 is 100" ); -is( GetBudgetHierarchySpent( $budget_id111 ), 20, "total spent for budget1 is 20" ); +is( GetBudgetHierarchySpent( $budget_id11 ), 100, "total spent for budget11 is 100" ); +is( GetBudgetHierarchySpent( $budget_id111 ), 20, "total spent for budget111 is 20" ); -- 2.39.2