Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 20, 2023
1 parent a52da0d commit 9833357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void testAllSet() {
"abc", "def"
}, new StringBuilder("def"));

assertEquals("ToStringStyleTest.ToStringTester[string=abc,stringArray={abc,def},object=def]", tester.toString());
assertEquals("ToStringStyleTest.ToStringTester[object=def,string=abc,stringArray={abc,def}]", tester.toString());
}

@Test
Expand Down

0 comments on commit 9833357

Please sign in to comment.