jiangML commented on code in PR #29028:
URL: https://github.com/apache/shardingsphere/pull/29028#discussion_r1391949550


##########
features/broadcast/distsql/handler/src/test/java/org/apache/shardingsphere/broadcast/distsql/handler/update/CreateBroadcastTableRuleStatementUpdaterTest.java:
##########
@@ -29,30 +31,47 @@
 import static org.hamcrest.CoreMatchers.is;
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.junit.jupiter.api.Assertions.assertThrows;
+import static org.mockito.Mockito.RETURNS_DEEP_STUBS;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;
 
 class CreateBroadcastTableRuleStatementUpdaterTest {
     
     private final CreateBroadcastTableRuleStatementUpdater updater = new 
CreateBroadcastTableRuleStatementUpdater();
     
+    @Test
+    void assertCreatedRuleConfigurationWithNoStorageUnits() {

Review Comment:
   ok



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to