Skip to content

Commit 093f098

Browse files
committed
Fix method name
1 parent c954bc6 commit 093f098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/oakbot/command/stands4/Stands4ClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ void explain() throws Exception {
150150
//@formatter:on
151151

152152
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());
153+
assertEquals("At the last possible moment; at the last minute.", actual.explanation());
154+
assertEquals("He finished writing his paper and slid it under the door just in the nick of time.", actual.example());
155155
}
156156

157157
@Test

0 commit comments

Comments
 (0)