Skip to content

Commit 48b2338

Browse files
committed
rm obsolete test
1 parent c46a588 commit 48b2338

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/capabilities/consensus/ocr3/datafeeds/securemint_aggregator_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -338,14 +338,6 @@ func TestSecureMintAggregatorConfig_Validation(t *testing.T) {
338338
expectError: true,
339339
errorMsg: "dataID must be 16 bytes",
340340
},
341-
{
342-
name: "solana account context with invalid public key",
343-
chainSelector: "1",
344-
dataID: "0x01c508f42b0201320000000000000000",
345-
solanaAccounts: solana.AccountMetaSlice{&solana.AccountMeta{PublicKey: [32]byte{}}},
346-
expectError: true,
347-
errorMsg: "solana account context public key must not be all zeros",
348-
},
349341
}
350342

351343
for _, tt := range tests {

0 commit comments

Comments
 (0)