Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func defaultTestData() ocr2test {
return ocr2test{
name: "n/a",
env: map[string]string{
string(env.EVMPlugin.Cmd): "", // not yet supported
string(env.EVMPlugin.Cmd): "chainlink-evm",
},
chainReaderAndCodec: false,
}
Expand All @@ -59,7 +59,7 @@ func TestOCRv2Basic(t *testing.T) {
string(env.MedianPlugin.Cmd): "",
}
plugins := map[string]string{
string(env.EVMPlugin.Cmd): "", // not yet supported
string(env.EVMPlugin.Cmd): "chainlink-evm",
string(env.MedianPlugin.Cmd): "chainlink-feeds",
}
for _, test := range []ocr2test{
Expand Down
Loading