Skip to content

Commit

Permalink
Commented out unused imports in 4-digit 7-segment display test class
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrumartin committed Nov 4, 2024
1 parent 0260263 commit ff7f353
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.opensourcewithslu.outputdevices;

import org.junit.jupiter.api.Test;
/*import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import static org.mockito.Mockito.*;
import static org.junit.jupiter.api.Assertions.*;
import com.opensourcewithslu.outputdevices.SevenSegmentDisplayHelper;
import com.opensourcewithslu.outputdevices.SevenSegmentDisplayHelper;*/

public class FourDigitSevenSegmentDisplayHelperTest {
/*FourDigitSevenSegmentDisplayHelper displayHelper = mock(FourDigitSevenSegmentDisplayHelper.class);
Expand Down

0 comments on commit ff7f353

Please sign in to comment.