fix tests

This commit is contained in:
Adil Hafeez 2025-03-15 17:22:25 -07:00
parent 54f67ce2be
commit f8af36b7b7
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -2,7 +2,7 @@
set -eu
# for demo in currency_exchange hr_agent
for demo in currency_exchange weather_forecast
for demo in currency_exchange
do
echo "******************************************"
echo "Running tests for $demo ..."