Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Jun 23, 2024
1 parent ca3aaf1 commit 4222880
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions type/src/test/java/org/creekservice/ModuleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@

package org.creekservice;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.*;

import org.creekservice.api.test.conformity.ConformityTester;
import org.junit.jupiter.api.Test;

Expand All @@ -28,9 +25,4 @@ class ModuleTest {
void shouldConform() {
ConformityTester.test(ModuleTest.class);
}

@Test
void shouldFail() {
assertThat(true, is(false));
}
}

0 comments on commit 4222880

Please sign in to comment.