--- a/testing1/drumb_test.sh Tue Oct 29 23:56:13 2019 +0000
+++ b/testing1/drumb_test.sh Wed Oct 30 11:28:44 2019 +0000
@@ -94,8 +94,8 @@
then
echo " get_prices(List(\"GOOG\", \"AAPL\"), 2010 to 2012) ==" >> $out
echo " List(List(Some(311.349976), Some(20.544939))," >> $out
- echo " List(Some(300.222351), Some(31.638695))," >> $out
- echo " List(Some(330.555054), Some(39.478039))))" >> $out
+ echo " List(Some(300.222351), Some(31.638695))," >> $out
+ echo " List(Some(330.555054), Some(39.478039)))" >> $out
if (scala_assert "drumb.scala" "drumb_test3.scala")
then
@@ -133,7 +133,7 @@
echo -e "" >> $out
echo -e " get_deltas(get_prices(List(\"BIDU\"), 2004 to 2008)) == " >> $out
echo -e " List(List(None), List(None), " >> $out
- echo -e " List(Some(0.9277165354330709)), List(Some(2.119679764725104)))) " >> $out
+ echo -e " List(Some(0.9277165354330709)), List(Some(2.119679764725104))) " >> $out
if (scala_assert "drumb.scala" "drumb_test5.scala")
then