Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Update CommandBoxHistoryTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bwangpj committed Nov 2, 2023
1 parent 4f1e3a9 commit 2230f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/swe/context/ui/CommandBoxHistoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private void assertPreviousSuccess(String command) {
*/
private void assertCurrentSuccess(String command) {
assertTrue(commandBoxHistory.hasCurrent());
assertEquals(command, commandBoxHistory.current());
assertEquals(command, commandBoxHistory.current());
}

/**
Expand Down

0 comments on commit 2230f71

Please sign in to comment.