Skip to content

Commit

Permalink
fix multi ark boot runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 committed May 28, 2024
1 parent 9f65b21 commit 14df744
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
package com.alipay.sofa.ark.test;

import com.alipay.sofa.ark.springboot.runner.ArkBootEmbedRunner;
import com.alipay.sofa.ark.springboot.runner.ArkBootRunner;
import com.alipay.sofa.ark.test.springboot.BaseSpringApplication;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.context.ApplicationContext;

/**
Expand All @@ -33,11 +32,11 @@
@SpringBootTest(classes = BaseSpringApplication.class)
public class MultiArkBootRunnerTest {

@MockBean
@Autowired
private ApplicationContext applicationContext;

@Test
public void test() {
// just to test issue 252
}
}
}

0 comments on commit 14df744

Please sign in to comment.