Remove incomplete Identity Test

This commit is contained in:
Paul Campbell 2017-12-10 17:16:03 +00:00
parent 834612d856
commit c750b94801

View file

@ -10,15 +10,6 @@ import org.junit.Test;
*/ */
public class IdentityTest implements WithAssertions { public class IdentityTest implements WithAssertions {
@Test
public void functorLawMapIdEqualsId() {
//given
final String id = "id";
//when
//then
}
@Test @Test
public void canMapIdentityFromStringToInteger() { public void canMapIdentityFromStringToInteger() {
//given //given