Skip to content

Commit a1c99b2

Browse files
authored
Possible fix to failing tests (#1995)
1 parent 7e7dda7 commit a1c99b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-data-hub/src/test/java/com/marklogic/bootstrap/DataHubInstallTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public void testProjectScaffolding() throws IOException
169169
assertXMLEqual(expectedXml, actualXml);
170170

171171
//checking if triggers are written
172-
assertTrue(stagingTriggersClient.newServerEval().xquery("fn:count(fn:doc())").eval().next().getNumber().intValue() == 1);
172+
assertTrue(stagingTriggersClient.newServerEval().xquery("fn:count(fn:doc())").eval().next().getNumber().intValue() == 4);
173173
// 3 triggers are written as part of installation
174174
assertTrue(finalTriggersClient.newServerEval().xquery("fn:count(fn:doc())").eval().next().getNumber().intValue() == 4);
175175

0 commit comments

Comments
 (0)