Skip to content

Commit

Permalink
Make sure the test is a test
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Läubrich <[email protected]>
  • Loading branch information
dhendriks and laeubi authored Aug 13, 2023
1 parent b54bd32 commit 61ee82a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
import org.eclipse.tycho.test.AbstractTychoIntegrationTest;
import org.junit.Assert;

public class DownloadVerifyNoDigestAlgo extends AbstractTychoIntegrationTest throws IOException {
public class DownloadVerifyNoDigestAlgoTest extends AbstractTychoIntegrationTest throws IOException {

@Test
public void test() throws Exception {
Verifier verifier = getVerifier("p2Repository.downloadVerifyNoDigestAlgo", false);
Expand Down

0 comments on commit 61ee82a

Please sign in to comment.