Skip to content

Commit

Permalink
change openspg name
Browse files Browse the repository at this point in the history
  • Loading branch information
youdonghai committed Dec 13, 2023
1 parent f0e66fb commit 338ff84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.apache.commons.collections4.CollectionUtils
import org.apache.commons.lang3.StringUtils


class OpenspgCatalog(val projectId: Long,
class OpenSPGCatalog(val projectId: Long,
val connInfo: KgSchemaConnectionInfo,
val projectSchema: ProjectSchema = null) extends Catalog {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.junit.Test;

@Ignore
public class OpenspgCatalogTest {
public class OpenSPGCatalogTest {

public static final KgSchemaConnectionInfo connInfo =
new KgSchemaConnectionInfo("http://127.0.0.1:8887", "a8bB6398B6Da9170");
Expand All @@ -28,7 +28,7 @@ public class OpenspgCatalogTest {
public void testGet() {
long projectId = 2L;

OpenspgCatalog catalog = new OpenspgCatalog(projectId, connInfo, null);
OpenSPGCatalog catalog = new OpenSPGCatalog(projectId, connInfo, null);
catalog.init();
SemanticPropertyGraph graph = catalog.getKnowledgeGraph();

Expand Down

0 comments on commit 338ff84

Please sign in to comment.