mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Small refactor to update wording.
This commit is contained in:
@@ -42,12 +42,12 @@ public class BootstrapTests extends Common {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCanBootstrap() throws DataException, InterruptedException, TransformationException, IOException {
|
||||
public void testCanCreateBootstrap() throws DataException, InterruptedException, TransformationException, IOException {
|
||||
try (final Repository repository = RepositoryManager.getRepository()) {
|
||||
this.buildDummyBlockchain(repository);
|
||||
|
||||
Bootstrap bootstrap = new Bootstrap(repository);
|
||||
assertTrue(bootstrap.canBootstrap());
|
||||
assertTrue(bootstrap.canCreateBootstrap());
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user