Bug 12168: (follow-up) correct typos in test descriptions
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
dd36f80e2c
commit
1387c65c0d
1 changed files with 2 additions and 2 deletions
|
@ -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" );
|
||||
|
|
Loading…
Reference in a new issue