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 d88bb1b commit 39a2f4eCopy full SHA for 39a2f4e
core/src/test/java/org/jsmart/zerocode/core/utils/SmartUtilsTest.java
@@ -76,7 +76,7 @@ public void willGetJsonFileIntoA_JavaString() throws Exception {
76
@Test
77
public void willReadAllfileNamesFrom_TestResource() {
78
List<String> allTestCaseFiles = SmartUtils.getAllEndPointFiles("unit_test_files/engine_unit_test_jsons");
79
- assertThat(allTestCaseFiles.size(), is(22));
+ assertThat(allTestCaseFiles.size(), is(23));
80
assertThat(allTestCaseFiles.get(0), is("unit_test_files/engine_unit_test_jsons/00_test_json_single_step_verifications.json"));
81
}
82
0 commit comments