Skip to content

Commit ff94116

Browse files
committed
Correction of dissimilar types comparaison
Signed-off-by: SAINTIER FRANCOIS <[email protected]>
1 parent bca74c0 commit ff94116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sct-commons/src/test/java/org/lfenergy/compas/sct/commons/dto/ExtRefSourceInfoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ void testConstruction(){
2222
assertEquals(sourceInfo,bindingInfo_bis);
2323
assertNotEquals(null, sourceInfo);
2424
assertNotEquals(sourceInfo, bindingInfo_qt);
25-
assertNotEquals(sourceInfo, new ExtRefSignalInfo());
25+
assertNotEquals(sourceInfo, new ExtRefSourceInfo());
2626
}
2727
}

0 commit comments

Comments
 (0)