mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 03:54:26 +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:
@@ -103,7 +103,7 @@ func TestMigrateRevocationLog(t *testing.T) {
|
||||
return nil
|
||||
}
|
||||
|
||||
migtest.ApplyMigrationWithDb(
|
||||
migtest.ApplyMigrationWithDB(
|
||||
t,
|
||||
beforeMigration,
|
||||
afterMigration,
|
||||
@@ -560,7 +560,7 @@ func BenchmarkMigration(b *testing.B) {
|
||||
}
|
||||
|
||||
// Run the migration test.
|
||||
migtest.ApplyMigrationWithDb(
|
||||
migtest.ApplyMigrationWithDB(
|
||||
b,
|
||||
beforeMigration,
|
||||
nil,
|
||||
|
Reference in New Issue
Block a user