Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit b3ea318

Browse files
committed
Rename TestUnitJacksonModule to UnitJacksonModuleTest
Appending 'Test' instead of prepending it makes it easier to find tests
1 parent 42dbbc5 commit b3ea318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/opower/unitsofmeasure/TestUnitJacksonModule.java renamed to src/test/java/com/opower/unitsofmeasure/UnitJacksonModuleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* Unit tests for UnitJacksonModule
2929
*/
30-
public class TestUnitJacksonModule {
30+
public class UnitJacksonModuleTest {
3131
// can't directly unit test the Jackson Module classes; need to go through
3232
// JsonFactory
3333
private JsonFactory jsonFactory;

0 commit comments

Comments
 (0)