We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64af309 + 05c2cb8 commit 6200d7bCopy full SHA for 6200d7b
server/src/test/java/org/spine3/server/bc/BoundedContextShould.java
@@ -178,7 +178,7 @@ public void assign_storage_during_registration_if_repository_does_not_have_stora
178
}
179
180
@Test
181
- public void do_not_change_storage_during_registration_if_a_repository_has_one() {
+ public void not_change_storage_during_registration_if_a_repository_has_one() {
182
final ProjectAggregateRepository repository = new ProjectAggregateRepository(boundedContext);
183
repository.initStorage(storageFactory);
184
0 commit comments