--- a/marking1/drumb_test.sh Tue Oct 29 23:56:13 2019 +0000
+++ b/marking1/drumb_test.sh Wed Oct 30 11:28:44 2019 +0000
@@ -160,7 +160,7 @@
echo -e "" | tee -a $out
echo -e " get_deltas(get_prices(List(\"BIDU\"), 2004 to 2008)) == " | tee -a $out
echo -e " List(List(None), List(None), " | tee -a $out
- echo -e " List(Some(0.9277165354330709)), List(Some(2.119679764725104)))) " | tee -a $out
+ echo -e " List(Some(0.9277165354330709)), List(Some(2.119679764725104)))" | tee -a $out
if (scala_assert "drumb.scala" "drumb_test5.scala")
then