mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Review comments
This commit is contained in:
parent
03850dabc2
commit
e6d352e446
@ -347,6 +347,6 @@ public class SetterConstructorTests {
|
||||
|
||||
// if we've got super / sub types on the setter vs the underlying type the wrong way around this will
|
||||
// explode. See CORDA-1229 (https://r3-cev.atlassian.net/browse/CORDA-1229)
|
||||
new SerializationOutput(factory1).serialize(cil);
|
||||
new DeserializationInput(factory1).deserialize(new SerializationOutput(factory1).serialize(cil), CIntList.class);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user