Skip to content

Commit

Permalink
test: putting underscore on not used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
afa7789 committed Nov 6, 2024
1 parent 6c7b35a commit 9ffc90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/l1infotree/updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func TestUpdater_CheckForInfoTreeUpdates(t *testing.T) {
err := updater.WarmUp(tx)
assert.NoError(t, err)

allLogs, err := updater.CheckForInfoTreeUpdates(
_, err := updater.CheckForInfoTreeUpdates(
"TestUpdater_CheckForInfoTreeUpdates",
tx,
)
Expand Down

0 comments on commit 9ffc90c

Please sign in to comment.