Skip to content

Commit

Permalink
Removed 'public' modifier on test class
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Apr 27, 2024
1 parent 4ab0b7a commit 9064579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import org.junit.jupiter.api.Test;

@QuarkusTest
public class CookieTrackingCodeTest {
class CookieTrackingCodeTest {

@Test
void testCookieResponseSuccess() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.junit.jupiter.api.Test;

@QuarkusTest
public class CorrelationIdHttpHeaderTest {
class CorrelationIdHttpHeaderTest {

@Test
void testXCorrelationIdSuccess() {
Expand Down

0 comments on commit 9064579

Please sign in to comment.