From cfe34daca46c266771c402f9724d937de8688c1f Mon Sep 17 00:00:00 2001 From: FelixFan1992 Date: Mon, 19 Feb 2024 14:42:52 -0500 Subject: [PATCH] fix --- integration-tests/reorg/automation_reorg_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/reorg/automation_reorg_test.go b/integration-tests/reorg/automation_reorg_test.go index ce48e7f2a95..dc65a3e8234 100644 --- a/integration-tests/reorg/automation_reorg_test.go +++ b/integration-tests/reorg/automation_reorg_test.go @@ -129,8 +129,8 @@ func TestAutomationReorg(t *testing.T) { registryVersions := map[string]ethereum.KeeperRegistryVersion{ "registry_2_0": ethereum.RegistryVersion_2_0, - "registry_2_1_conditional": ethereum.RegistryVersion_2_1, - "registry_2_1_logtrigger": ethereum.RegistryVersion_2_1, + "registry_2_1_conditional": ethereum.RegistryVersion_2_1, + "registry_2_1_logtrigger": ethereum.RegistryVersion_2_1, "registry_2_2_conditional": ethereum.RegistryVersion_2_2, "registry_2_2_logtrigger": ethereum.RegistryVersion_2_2, }