You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/05/15 04:44:53 UTC

[shardingsphere] branch master updated: Fix sonar issue of ConsulRepositoryTest (#25673)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 90d325b4a2a Fix sonar issue of ConsulRepositoryTest (#25673)
90d325b4a2a is described below

commit 90d325b4a2afacb2bfbb3899cf8cb5718d8e6b60
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Mon May 15 12:44:45 2023 +0800

    Fix sonar issue of ConsulRepositoryTest (#25673)
---
 .../mode/repository/cluster/consul/ConsulRepositoryTest.java         | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/mode/type/cluster/repository/provider/consul/src/test/java/org/apache/shardingsphere/mode/repository/cluster/consul/ConsulRepositoryTest.java b/mode/type/cluster/repository/provider/consul/src/test/java/org/apache/shardingsphere/mode/repository/cluster/consul/ConsulRepositoryTest.java
index ae31f01fce2..80d020d7ea3 100644
--- a/mode/type/cluster/repository/provider/consul/src/test/java/org/apache/shardingsphere/mode/repository/cluster/consul/ConsulRepositoryTest.java
+++ b/mode/type/cluster/repository/provider/consul/src/test/java/org/apache/shardingsphere/mode/repository/cluster/consul/ConsulRepositoryTest.java
@@ -192,11 +192,6 @@ class ConsulRepositoryTest {
         }
     }
     
-    @Test
-    void assertWatchIgnored() {
-        // TODO
-    }
-    
     @Test
     void assertDelete() {
         repository.delete("key");