CORE-15002: Suppress unchecked cast warning in contract test (#53)
This commit is contained in:
parent
20e3dd38b3
commit
0adc8292d5
@ -13,6 +13,7 @@ import static com.r3.developers.csdetemplate.utxoexample.contracts.ChatContract.
|
||||
|
||||
public class ChatContractUpdateCommandTest extends ContractTest {
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private StateAndRef<ChatState> createInitialChatState() {
|
||||
ChatState outputChatState = new ChatContractCreateCommandTest().outputChatState;
|
||||
UtxoSignedTransaction transaction = getLedgerService()
|
||||
|
Loading…
Reference in New Issue
Block a user