Skip to content
Snippets Groups Projects
Commit bc426f2f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#663 - fixed unit test

parent 41b96cea
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class MigrationServiceTest
Mockito.when(settingsService.getSettings()).thenReturn(settings);
final MigrationService migrationService = new MigrationService(settingsService, tempFolder, accountRepository, categoryRepository, transactionRepository, templateRepository);
assertThat(migrationService.needToShowMigrationDialog(Mappings.MIGRATION)).isFalse();
assertThat(migrationService.needToShowMigrationDialog("migration")).isFalse();
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment