Errors with liquid base when running repository unit tests

Hi all, I hope you are doing well!

I’m getting this error when running a repository unit test:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ChangeLogParseException: Error parsing classpath:/db/changelog/db.changelog-master.yaml

I was reading this link and they recomend to add this to application.yml: ```
change-log: classpath:db/liquibase-changelog.xml

 
But I'm still getting the same error.

I will appreciate your help. 
 
--
Sócrates

Have you created a changelog file?