You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by ti...@apache.org on 2022/09/11 07:16:52 UTC

[incubator-kvrocks] branch unstable updated: move to dedicated pacakge (#852)

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

tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 6715700  move to dedicated pacakge (#852)
6715700 is described below

commit 6715700980586b4d6c87cc60d9f75fda99bc7ee7
Author: tison <wa...@gmail.com>
AuthorDate: Sun Sep 11 15:16:47 2022 +0800

    move to dedicated pacakge (#852)
    
    Signed-off-by: tison <wa...@gmail.com>
---
 tests/gocase/unit/{ => keyspace}/keyspace_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gocase/unit/keyspace_test.go b/tests/gocase/unit/keyspace/keyspace_test.go
similarity index 99%
rename from tests/gocase/unit/keyspace_test.go
rename to tests/gocase/unit/keyspace/keyspace_test.go
index c97d47e..a9dff0d 100644
--- a/tests/gocase/unit/keyspace_test.go
+++ b/tests/gocase/unit/keyspace/keyspace_test.go
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-package unit
+package keyspace
 
 import (
 	"context"