mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
channeldb+wtdb: fix migration function name lint
Rename the ApplyMigrationWithDb function to ApplyMigrationWithDB to make the linter happy.
This commit is contained in:
@@ -237,7 +237,7 @@ func TestMigrateAckedUpdates(t *testing.T) {
|
||||
// summary bucket and a new index bucket.
|
||||
after := after(test.shouldFail, test.pre, test.post)
|
||||
|
||||
migtest.ApplyMigrationWithDb(
|
||||
migtest.ApplyMigrationWithDB(
|
||||
t, before, after, MigrateAckedUpdates(2),
|
||||
test.shouldFail,
|
||||
)
|
||||
|
Reference in New Issue
Block a user