From 9eb6de4c440e7989ea86db9c8f2ce812abf54f5f Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Sat, 3 Aug 2024 12:40:28 +0200 Subject: [PATCH] live tests: reactivate coinmarketcap, update alphavantage physical for new data. --- tests/live.sh | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/tests/live.sh b/tests/live.sh index a25b93d..dd5f626 100755 --- a/tests/live.sh +++ b/tests/live.sh @@ -72,14 +72,13 @@ END run_test "$name" "$cmd" "$expected" name="Alpha Vantage physical currency" -cmd="pricehist fetch alphavantage AUD/EUR -s 2021-01-10 -e 2021-01-14" +cmd="pricehist fetch alphavantage AUD/EUR -s 2021-01-11 -e 2021-01-14" read -r -d '' expected <