Skip to content

Commit 224ce58

Browse files
committed
Formatter tests working (with a dummy property).
1 parent a7c1bf3 commit 224ce58

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/test/functional/java/org/nameapi/client/services/formatter/personnameformatter/PersonNameFormatterCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void testCall() throws Exception {
2626

2727
NaturalInputPerson person = new NaturalInputPersonBuilder().name(makeName("petra müller")).build();
2828
// FormatterProperties properties = new FormatterPropertiesBuilder().build();
29-
FormatterProperties properties = new FormatterProperties();
29+
FormatterProperties properties = new FormatterProperties(true);
3030
PersonNameFormatterArgument argument = new PersonNameFormatterArgument(person, properties);
3131
FormatterResult formatterResult = executor.execute(command, mode, argument).get();
3232
assertEquals(formatterResult.getFormatted(), "Petra Müller");

0 commit comments

Comments
 (0)