Skip to content

Commit 99d3d60

Browse files
committed
fix test cases order in dubbo-spring-boot-autuconfigure-compatible
1 parent 31697e0 commit 99d3d60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package org.apache.dubbo.spring.boot.autoconfigure;
17+
package org.apache.dubbo.spring.boot;
1818

1919
import org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor;
2020
import org.apache.dubbo.config.spring.beans.factory.annotation.ServiceClassPostProcessor;
21+
import org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration;
2122

2223
import org.junit.Assert;
2324
import org.junit.Test;

0 commit comments

Comments
 (0)