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

zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


The following commit(s) were added to refs/heads/refactor/rust-rewrite-design 
by this push:
     new 71dbdefb5 fix(snapshot): remove private storage api test
71dbdefb5 is described below

commit 71dbdefb55acce6e89c5887956f60b21afb0378a
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 16:34:18 2026 +0800

    fix(snapshot): remove private storage api test
---
 .../org/apache/hugegraph/store/core/snapshot/SnapshotHandlerTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/snapshot/SnapshotHandlerTest.java
 
b/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/snapshot/SnapshotHandlerTest.java
index a06fba969..6e8b90c7f 100644
--- 
a/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/snapshot/SnapshotHandlerTest.java
+++ 
b/hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/snapshot/SnapshotHandlerTest.java
@@ -236,4 +236,5 @@ public class SnapshotHandlerTest extends 
StoreEngineTestBase {
         String after = (String) method.invoke(handler, file.getPath());
         assertNotEquals(before, after);
     }
+
 }

Reply via email to