Skip to content

Commit

Permalink
Remove useless public modifier on test method
Browse files Browse the repository at this point in the history
Remove useless public modifier on test method

#2242
  • Loading branch information
smcvb committed Jun 20, 2022
1 parent 8f65654 commit d7b2890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void testStoringAggregateWithoutSettingAggregateIdentifierDoesNotInvokeLockFacto
}

@Test
public void testLoadOrCreateAggregate() {
void testLoadOrCreateAggregate() {
startAndGetUnitOfWork();
Aggregate<StubAggregate> createdAggregate = testSubject.loadOrCreate("newAggregate", StubAggregate::new);
//noinspection resource
Expand Down

0 comments on commit d7b2890

Please sign in to comment.