Skip to content

Commit

Permalink
rearrange test package
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Mar 16, 2024
1 parent b16d510 commit dc01e13
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.hugegraph.pd.store;
package org.apache.hugegraph.pd.core.store;

import java.io.File;
import java.io.IOException;
Expand All @@ -24,6 +24,8 @@
import org.apache.commons.io.FileUtils;
import org.apache.hugegraph.pd.common.PDException;
import org.apache.hugegraph.pd.config.PDConfig;
import org.apache.hugegraph.pd.store.HgKVStore;
import org.apache.hugegraph.pd.store.HgKVStoreImpl;
import org.junit.Assert;
import org.junit.BeforeClass;

Expand Down

0 comments on commit dc01e13

Please sign in to comment.