Skip to content

Commit

Permalink
changed class name from metdatatest to MetaDataTest
Browse files Browse the repository at this point in the history
  • Loading branch information
prayascoriolis committed Sep 27, 2024
1 parent f6feead commit 0360679
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

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

}
}

0 comments on commit 0360679

Please sign in to comment.