Skip to content

Commit 4daf746

Browse files
committed
GP-32 Fix the tdd StackTest
1 parent b563231 commit 4daf746

File tree

1 file changed

+1
-1
lines changed
  • 6-0-test-driven-development/src/test/java/com/bobocode/stack

1 file changed

+1
-1
lines changed

6-0-test-driven-development/src/test/java/com/bobocode/stack/StackTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import static org.assertj.core.api.Assertions.assertThat;
66
import static org.junit.jupiter.api.Assertions.assertThrows;
77

8-
class StackTest {
8+
public class StackTest {
99

1010
private Stack<Integer> intStack = new LinkedStack<>();
1111

0 commit comments

Comments
 (0)