Skip to content

Commit 6eaa3b2

Browse files
committed
#558 updating comment
1 parent 0e39c92 commit 6eaa3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/src/test/java/com/marklogic/quickstart/service/EntityManagerServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void changeEntityName() throws IOException {
202202
List<EntityModel> entities = entityMgrService.getEntities();
203203
Assert.assertEquals(1, entities.size());
204204

205-
// TODO: try to load the flows, which will fail.
205+
// Load the entity, then check the flows to make sure they know the right entity name
206206
final String FLOW_NAME = "sjs-json-input-flow";
207207
List<FlowModel> inputFlows = entities.get(0).getInputFlows();
208208

0 commit comments

Comments
 (0)