We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e39c92 commit 6eaa3b2Copy full SHA for 6eaa3b2
quick-start/src/test/java/com/marklogic/quickstart/service/EntityManagerServiceTest.java
@@ -202,7 +202,7 @@ public void changeEntityName() throws IOException {
202
List<EntityModel> entities = entityMgrService.getEntities();
203
Assert.assertEquals(1, entities.size());
204
205
- // TODO: try to load the flows, which will fail.
+ // Load the entity, then check the flows to make sure they know the right entity name
206
final String FLOW_NAME = "sjs-json-input-flow";
207
List<FlowModel> inputFlows = entities.get(0).getInputFlows();
208
0 commit comments