Drop default context test

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QFdXntVjtQrXwQLh4vJq2T
This commit is contained in:
alvocool
2026-09-02 08:45:12 +03:00
parent c932c98ae6
commit 072c8e1232

View File

@@ -1,13 +0,0 @@
package com.test.payment;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class PaymentApplicationTests {
@Test
void contextLoads() {
}
}