We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6316a00 commit 7a9fc68Copy full SHA for 7a9fc68
base/test-standard/src/test/java/org/openscience/cdk/graph/invariant/CanonicalLabelerTest.java
@@ -142,7 +142,7 @@ public void testStabilityAfterRoundtrip() throws Exception {
142
while (atoms1.hasNext()) {
143
IAtom atom1 = atoms1.next();
144
IAtom atom2 = atoms2.next();
145
- Assert.assertEquals(atom1.getProperty(InvPair.CANONICAL_LABEL), atom2.getProperty(InvPair.CANONICAL_LABEL));
+ Assert.assertEquals(atom1.<Long>getProperty(InvPair.CANONICAL_LABEL), atom2.<Long>getProperty(InvPair.CANONICAL_LABEL));
146
}
147
148
0 commit comments