Update live test to match (unexpectedly) new Alphavantage results.

This commit is contained in:
Chris Berkhout 2021-10-05 13:39:47 +02:00
parent 2c7ac5f084
commit 249ea0b2db

View file

@ -64,7 +64,7 @@ date,base,quote,amount,source,type
2021-01-05,AUD,EUR,0.63086,alphavantage,close 2021-01-05,AUD,EUR,0.63086,alphavantage,close
2021-01-06,AUD,EUR,0.63306,alphavantage,close 2021-01-06,AUD,EUR,0.63306,alphavantage,close
2021-01-07,AUD,EUR,0.63284,alphavantage,close 2021-01-07,AUD,EUR,0.63284,alphavantage,close
2021-01-08,AUD,EUR,0.63530,alphavantage,close 2021-01-08,AUD,EUR,0.63360,alphavantage,close
END END
run_test "$name" "$cmd" "$expected" run_test "$name" "$cmd" "$expected"