After completing all the codes of module 6 when i am running the command ./gradlew build then all the 21 test cases are passing. but when i am submitting my code for the assessment 3 test cases got failed. I checked the log file but nothing was mentioned there that why i am getting such error. My following test cases are getting failed.
com.crio.warmup.stock.quotes.AlphavantageServiceTest
getStockQuoteSingle()
com.crio.warmup.stock.quotes.AlphavantageServiceTest
getStockQuoteSingleHidden()
com.crio.warmup.stock.quotes.TiingoServiceTest
getStockQuoteSingle()
Someone kindly help. I am not able to figure out why i am getting this error.