Total should be a string

This commit is contained in:
Mike Jolley 2017-11-16 19:47:34 +00:00
parent bdea242019
commit facdc49fad
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class WC_Tests_API_Orders extends WC_REST_Unit_Test_Case {
array(
'method_id' => 'flat_rate',
'method_title' => 'Flat rate',
'total' => 10,
'total' => '10',
),
),
) );