Skip to content

Commit

Permalink
comment unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Aug 6, 2024
1 parent fd96e45 commit 2d28d42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integration-tests/testsetups/keeper_benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ type KeeperBenchmarkTest struct {
chainClient *seth.Client
testConfig tt.KeeperBenchmarkTestConfig

linkToken contracts.LinkToken
ethFeed contracts.MockLINKETHFeed
gasFeed contracts.MockGasFeed
nativeFeed contracts.MockETHUSDFeed
wrappedNative contracts.WETHToken
linkToken contracts.LinkToken
ethFeed contracts.MockLINKETHFeed
gasFeed contracts.MockGasFeed
//nativeFeed contracts.MockETHUSDFeed
//wrappedNative contracts.WETHToken
}

// UpkeepConfig dictates details of how the test's upkeep contracts should be called and configured
Expand Down

0 comments on commit 2d28d42

Please sign in to comment.