mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
removed useless wrong assert statement
This commit is contained in:
parent
74c9ec6bda
commit
b9f84044e6
@ -59,8 +59,6 @@ public void testDistinctSelectWithJoin() {
|
|||||||
Entry firstEntry = entries.remove(0);
|
Entry firstEntry = entries.remove(0);
|
||||||
assertFalse("The list of entries should not contain dublicated Entry objects as we've done a distinct select", entries.contains(firstEntry));
|
assertFalse("The list of entries should not contain dublicated Entry objects as we've done a distinct select", entries.contains(firstEntry));
|
||||||
|
|
||||||
assertEquals(5, entries.size());
|
|
||||||
|
|
||||||
s.close();
|
s.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user