Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed May 23, 2024
1 parent bccf828 commit deb7805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class MorphiaCodecProviderTest extends TestBase {

@Test
public void NewMorphiaCodecProvider_NoOpPropertyCodecProviderInConfig_ExpectedOrderOfProvidersReturned() {
public void ensureCustomCodedProvidersComeFirst() {
// given a custom 'no-op' codec is provided in the service configuration
// (see META-INF/services/dev.morphia.mapping.codec.MorphiaPropertyCodecProvider)
// when we instantiate a morphia codec provider
Expand Down

0 comments on commit deb7805

Please sign in to comment.