Skip to content

Commit

Permalink
make folder and file names lowercase for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
prayascoriolis committed Sep 26, 2024
1 parent fbf7183 commit f6feead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jsmart.zerocode.testhelp.tests.MetaDataTest;
package org.jsmart.zerocode.testhelp.tests.metadatatest;

import org.jsmart.zerocode.core.domain.JsonTestCase;
import org.jsmart.zerocode.core.domain.TargetEnv;
Expand All @@ -8,9 +8,9 @@

@TargetEnv("github_host.properties")
@RunWith(ZeroCodeUnitRunner.class)
public class MetaDataTest {
public class metadatatest {
@Test
@JsonTestCase("MetaDataTest/MetaDataTest.json")
@JsonTestCase("metadatatest/metadatatest.json")
public void testmetadata() throws Exception {

}
Expand Down

0 comments on commit f6feead

Please sign in to comment.