corrected the expected output

This commit is contained in:
yitam 2017-06-16 09:38:07 -07:00
parent 3548b34956
commit 237ca11e2f

View file

@ -46,4 +46,4 @@ echo "$count sales accounted for the first $$salesTotal in revenue.\n";
sqlsrv_cancel( $stmt);
?>
--EXPECT--
58 sales accounted for the first $104205.9607 in revenue.
57 sales accounted for the first $104171.7607 in revenue.