Skip to content

Commit

Permalink
test case resolved
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Farheen <[email protected]>
  • Loading branch information
Neha Farheen committed Apr 4, 2024
1 parent d24c804 commit bf09d1a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.springframework.context.annotation.Import;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.TestContext;
import org.springframework.test.context.TestPropertySource;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.util.ReflectionTestUtils;
import org.springframework.web.context.WebApplicationContext;
Expand All @@ -37,6 +38,7 @@
@ContextConfiguration(classes = {TestContext.class, WebApplicationContext.class})
@RunWith(SpringRunner.class)
@Import(EnvUtil.class)
@TestPropertySource(locations="classpath:application.properties")
public class ExchangeDataAttributesUtilTest {

@Autowired
Expand Down

0 comments on commit bf09d1a

Please sign in to comment.