Removes an unneeded assertion in UniqueNameTest
Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
This commit is contained in:
parent
6e3b9ed634
commit
b3a9ee1d71
@ -98,7 +98,6 @@ public class UniqueNameTest {
|
|||||||
assertNotSame(currentName, otherName);
|
assertNotSame(currentName, otherName);
|
||||||
assertNotSame(currentName.hashCode(), otherName.hashCode());
|
assertNotSame(currentName.hashCode(), otherName.hashCode());
|
||||||
assertFalse(currentName.equals(otherName));
|
assertFalse(currentName.equals(otherName));
|
||||||
assertNotSame(currentName.compareTo(otherName), 0);
|
|
||||||
assertNotSame(currentName.toString(), otherName.toString());
|
assertNotSame(currentName.toString(), otherName.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user