Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: 잘못된 주석 수정 #747

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion study/src/test/java/transaction/stage1/Stage1Test.java
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ void noneRepeatable() throws SQLException {
sleep(0.5);

// 사용자A가 다시 gugu 객체를 조회했다.
// 사용자B는 패스워드를 변경하고 아직 커밋하지 않았다.
// 사용자B는 패스워드를 변경했고 이는 자동 커밋되었다.
final var actual = userDao.findByAccount(connection, "gugu");

// 트랜잭션 격리 레벨에 따라 아래 테스트가 통과한다.