Skip to content

Commit

Permalink
Fixed some typos and removed unnecesary logic from core pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jan 4, 2024
1 parent 42ab5e0 commit ef46005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/soak/ocr2_soak_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func TestSolanaOCRV2SoakTest(t *testing.T) {
state, err := common.NewOCRv2State(t, 5, "soak", "localnet", true)
state, err := common.NewOCRv2State(t, 5, "soak", "devnet", true)
require.NoError(t, err, "Could not setup the ocrv2 state")
if state.Common.Env.WillUseRemoteRunner() {
// run the remote runner and exit
Expand Down

0 comments on commit ef46005

Please sign in to comment.