Skip to content

Commit

Permalink
Adapt TestConnectorDummyFake
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 23, 2019
1 parent cd65847 commit 7225c8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ public void test010ListConnectors() throws Exception {
result.computeStatus();
TestUtil.assertSuccess("getObject result", result);

assertEquals("Unexpected number of connectors", 11, connectors.size());
assertEquals("Unexpected number of connectors", 12, connectors.size());
for(PrismObject<ConnectorType> connector: connectors) {
display("Connector", connector);
ConnectorType connectorType = connector.asObjectable();
Expand Down

0 comments on commit 7225c8a

Please sign in to comment.