We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c954bc6 commit 093f098Copy full SHA for 093f098
src/test/java/oakbot/command/stands4/Stands4ClientTest.java
@@ -150,8 +150,8 @@ void explain() throws Exception {
150
//@formatter:on
151
152
var actual = client.explain("in the nick of time");
153
- assertEquals("At the last possible moment; at the last minute.", actual.getExplanation());
154
- assertEquals("He finished writing his paper and slid it under the door just in the nick of time.", actual.getExample());
+ assertEquals("At the last possible moment; at the last minute.", actual.explanation());
+ assertEquals("He finished writing his paper and slid it under the door just in the nick of time.", actual.example());
155
}
156
157
@Test
0 commit comments