Skip to content

Commit

Permalink
Merge pull request #67 from Developer-Wikis/feature/#62
Browse files Browse the repository at this point in the history
Fix :Test 주석처리
  • Loading branch information
dhkstnaos authored Oct 23, 2022
2 parents 0aae426 + 977e543 commit 3a63f30
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 3a63f30

Please sign in to comment.