Skip to content

Commit

Permalink
af
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamv108 committed Jan 6, 2024
1 parent 889fff2 commit ddac3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/code/shubham/commons/AbstractTest.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package code.shubham.commons;

import code.shubham.CraftApplication;
import code.shubham.TemplateServiceJavaSpringBootApplication;
import code.shubham.commons.contexts.RoleContextHolder;
import code.shubham.commons.contexts.UserIDContextHolder;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;

import java.util.Set;

@SpringBootTest(classes = CraftApplication.class)
@SpringBootTest(classes = TemplateServiceJavaSpringBootApplication.class)
public abstract class AbstractTest {

@Autowired
Expand Down

0 comments on commit ddac3de

Please sign in to comment.