Skip to content

Commit

Permalink
Modify name of a test case
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Oct 18, 2024
1 parent 373d385 commit 46b4452
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 @@ -439,7 +439,7 @@ void longSuccessMsgTwiceThenShortFailMsgTwice(
}

@Test
void oneLongSuccessMsgBetween100ShortFailMsg(
void oneLongSuccessMsgBetween49ShortFailMsg(
@Autowired TestTopicListener5 topicListener5,
@Autowired MyCustomDltProcessor myCustomDltProcessor5) {
// Scenario.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void longSuccessMsgTwiceThenShortFailMsgTwice(
}

@Test
void oneLongSuccessMsgBetween100ShortFailMsg(
void oneLongSuccessMsgBetween49ShortFailMsg(
@Autowired TestTopicListener5 topicListener5,
@Autowired MyCustomDltProcessor myCustomDltProcessor5) {
// Scenario.
Expand Down

0 comments on commit 46b4452

Please sign in to comment.