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 c46a588 commit 48b2338Copy full SHA for 48b2338
pkg/capabilities/consensus/ocr3/datafeeds/securemint_aggregator_test.go
@@ -338,14 +338,6 @@ func TestSecureMintAggregatorConfig_Validation(t *testing.T) {
338
expectError: true,
339
errorMsg: "dataID must be 16 bytes",
340
},
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
- },
349
}
350
351
for _, tt := range tests {
0 commit comments