Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Oct 3, 2018
1 parent 10380f0 commit 4770f0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -959,7 +959,7 @@ public void test760ModifyConfigurationString() throws Exception {
getConfigurationPropertyPath(IntegrationTestTools.RESOURCE_DUMMY_CONFIGURATION_USELESS_STRING_ELEMENT_NAME),
"whatever wherever");

assertCounterIncrement(InternalCounters.RESOURCE_SCHEMA_PARSE_COUNT, 1);
assertCounterIncrement(InternalCounters.RESOURCE_SCHEMA_PARSE_COUNT, 2);
}

@Test
Expand Down

0 comments on commit 4770f0f

Please sign in to comment.