Skip to content

Commit 6200d7b

Browse files
author
Alexander Litus
committed
Merge remote-tracking branch 'origin/master' into refactor-gradle-build-scripts
2 parents 64af309 + 05c2cb8 commit 6200d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/spine3/server/bc/BoundedContextShould.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public void assign_storage_during_registration_if_repository_does_not_have_stora
178178
}
179179

180180
@Test
181-
public void do_not_change_storage_during_registration_if_a_repository_has_one() {
181+
public void not_change_storage_during_registration_if_a_repository_has_one() {
182182
final ProjectAggregateRepository repository = new ProjectAggregateRepository(boundedContext);
183183
repository.initStorage(storageFactory);
184184

0 commit comments

Comments
 (0)