Skip to content

Commit

Permalink
fix the name (#10998)
Browse files Browse the repository at this point in the history
  • Loading branch information
shileiwill authored Oct 18, 2023
1 parent 98aaf89 commit 4e0a0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/smoke/automation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func SetupAutomationBasic(t *testing.T, nodeUpgrade bool) {

// Use the name to determine if this is a log trigger or mercury
isLogTrigger := name == "registry_2_1_logtrigger"
isMercuryV02 := name == "registry_2_1_conditional_with_mercury_v02"
isMercuryV03 := name == "registry_2_1_conditional_with_mercury_v03"
isMercuryV02 := name == "registry_2_1_with_mercury_v02"
isMercuryV03 := name == "registry_2_1_with_mercury_v03"
isMercury := isMercuryV02 || isMercuryV03

chainClient, _, contractDeployer, linkToken, registry, registrar, testEnv := setupAutomationTestDocker(
Expand Down

0 comments on commit 4e0a0b4

Please sign in to comment.