Skip to content

Commit

Permalink
fixed a test in MainTest file
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhyper24 committed Dec 7, 2024
1 parent ee39a5c commit 929eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bloC/src/test/java/com/iluwatar/bloc/MainTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void testDecrementButton() {
}

@Test
public void testToggleListener() {
public void testToggleListenerButton() {
// Disable listener
simulateButtonClick(toggleListenerButton);
simulateButtonClick(incrementButton);
Expand Down

0 comments on commit 929eafb

Please sign in to comment.