Remove incomplete Identity Test
This commit is contained in:
parent
834612d856
commit
c750b94801
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue