Use the local val instead.
This commit is contained in:
parent
2ed6abb532
commit
5befb9b290
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ class AppMigration07Test {
|
|||
val logsFileRemover = FakeLogFilesRemover(performLambda = performLambda)
|
||||
val migration = AppMigration07(logsFileRemover)
|
||||
migration.migrate()
|
||||
logsFileRemover.performLambda.assertions().isCalledOnce()
|
||||
performLambda.assertions().isCalledOnce()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue