Skip to content
Snippets Groups Projects
Commit 92360c0e authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

more rename

parent 40a133f0
No related branches found
No related tags found
1 merge request!101MAINT: LinkAhead Rename
Pipeline #40609 failed
...@@ -115,7 +115,7 @@ public class LinkAheadToGrpcConvertersTest { ...@@ -115,7 +115,7 @@ public class LinkAheadToGrpcConvertersTest {
RetrieveEntity entity = new RetrieveEntity(); RetrieveEntity entity = new RetrieveEntity();
entity.addProperty(p); entity.addProperty(p);
CaosDBToGrpcConverters converters = new CaosDBToGrpcConverters(null); LinkAheadToGrpcConverters converters = new LinkAheadToGrpcConverters(null);
Builder value = converters.getSelectedValue(new Selection("p0"), entity); Builder value = converters.getSelectedValue(new Selection("p0"), entity);
assertEquals( assertEquals(
"scalar_value {\n" + " special_value: SPECIAL_VALUE_UNSPECIFIED\n" + "}\n", "scalar_value {\n" + " special_value: SPECIAL_VALUE_UNSPECIFIED\n" + "}\n",
...@@ -155,7 +155,7 @@ public class LinkAheadToGrpcConvertersTest { ...@@ -155,7 +155,7 @@ public class LinkAheadToGrpcConvertersTest {
RetrieveEntity entity = new RetrieveEntity(); RetrieveEntity entity = new RetrieveEntity();
entity.addProperty(p); entity.addProperty(p);
CaosDBToGrpcConverters converters = new CaosDBToGrpcConverters(null); LinkAheadToGrpcConverters converters = new LinkAheadToGrpcConverters(null);
Builder value = Builder value =
converters.getSelectedValue( converters.getSelectedValue(
new Selection("Person").setSubSelection(new Selection("full name")), entity); new Selection("Person").setSubSelection(new Selection("full name")), entity);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment