This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
LF8/src/test/java/de/szut/lf8_starter/Lf8StarterApplicationTests.java
Jan Klattenhoff 8230337839
All checks were successful
Quality Check / Tests (push) Successful in 57s
Quality Check / Checkstyle Main (push) Successful in 45s
Build / Build and analyze (push) Successful in 1m54s
Release / Release (push) Successful in 39s
refactor: remove unused imports and clean up code (!30)
Reviewed-on: #30
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
Co-authored-by: Jan Klattenhoff <jan@kjan.de>
Co-committed-by: Jan Klattenhoff <jan@kjan.de>
2024-10-02 10:09:07 +00:00

13 lines
224 B
Java

package de.szut.lf8_starter;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Lf8StarterApplicationTests {
@Test
void contextLoads() {
}
}