Skip to content

Commit

Permalink
fix benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Nov 6, 2023
1 parent 2b38062 commit c084103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func addRegistry(registryToTest string) []eth_contracts.KeeperRegistryVersion {
case "2_0-Multiple":
return repeatRegistries(eth_contracts.RegistryVersion_2_0, NumberOfRegistries)
case "2_1-Multiple":
return repeatRegistries(eth_contracts.RegistryVersion_1_0, NumberOfRegistries)
return repeatRegistries(eth_contracts.RegistryVersion_2_1, NumberOfRegistries)
default:
return []eth_contracts.KeeperRegistryVersion{eth_contracts.RegistryVersion_2_0}
}
Expand Down

0 comments on commit c084103

Please sign in to comment.