From 1f01c54c4dfdacc31c912565feba500d196b3a96 Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Thu, 11 Jul 2024 15:31:37 +0200 Subject: [PATCH] Update alphavantage physical and digital currency live test cases. --- tests/live.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/live.sh b/tests/live.sh index 48e1e94..93bcb4e 100755 --- a/tests/live.sh +++ b/tests/live.sh @@ -72,26 +72,26 @@ END run_test "$name" "$cmd" "$expected" name="Alpha Vantage physical currency" -cmd="pricehist fetch alphavantage AUD/EUR -s 2021-01-04 -e 2021-01-08" +cmd="pricehist fetch alphavantage AUD/EUR -s 2021-01-10 -e 2021-01-14" read -r -d '' expected <