Skip to content

Commit

Permalink
fix test cases order in dubbo-spring-boot-autuconfigure-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Mar 12, 2021
1 parent 31697e0 commit 99d3d60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.dubbo.spring.boot.autoconfigure;
package org.apache.dubbo.spring.boot;

import org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor;
import org.apache.dubbo.config.spring.beans.factory.annotation.ServiceClassPostProcessor;
import org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration;

import org.junit.Assert;
import org.junit.Test;
Expand Down

0 comments on commit 99d3d60

Please sign in to comment.