This commit is contained in:
Dassi Orleando 2017-08-25 12:36:45 +01:00
commit fdaf13c813

View File

@ -31,7 +31,7 @@ public class CharSequenceVsStringUnitTest {
test += "b";
int secondAddressOfTest = System.identityHashCode(test);
assertEquals(firstAddressOfTest, secondAddressOfTest);
assertNotEquals(firstAddressOfTest, secondAddressOfTest);
}
@Test