If there is a source code as follows: ``` scala package com.github.cb372.fedis package filter class AuthCheck(authRequired: Boolean) ``` Unfortunately, testgenerator creates `filter.AutoCheckSpec` though expected one is `com.github.cb372.fedis.fiter.AuthCheckSpec`.