maple525866 commented on code in PR #7482: URL: https://github.com/apache/incubator-seata/pull/7482#discussion_r2178132556
########## spring/src/test/java/org/apache/seata/spring/kt/TransactionScopeTest.kt: ########## @@ -49,16 +56,19 @@ class TransactionScopeTest { name: String, timeout: Int ): String { + println("Mock TransactionManager.begin() called, returning: $DEFAULT_XID") Review Comment: This is just a mark for me to refactor the test class to test the corresponding method. It has now been removed❤️ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org