我在测试中遇到错误:
com.hello.resources.SettingsResourceTest > shouldCreateRetrieveAndDeleteSetting FAILED
liquibase.exception.ChangeLogParseException
Caused by: java.io.IOException
这是我用Gradle运行测试的时候:
./gradlew test
我有没有理由得到liquibase例外?另外我该如何调试呢?