Skip to content

Commit

Permalink
Fix :Test 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdl0157 committed Oct 23, 2022
1 parent cd0d1c2 commit 977e543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
//@SpringBootTest
class CommentTest {
@Autowired
CommentRepository commentRepository;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
//@SpringBootTest
class QuestionTest {

@Autowired
Expand Down

0 comments on commit 977e543

Please sign in to comment.