summaryrefslogtreecommitdiff
path: root/songsterr/src/test/java/de/uvok
diff options
context:
space:
mode:
authoruvok2025-07-07 19:52:25 +0200
committeruvok2025-07-07 19:52:25 +0200
commit47988897e87feeb01ab94745c07866ffa3cdea75 (patch)
tree09f499a8eefe346092f9c9f7368517dce6d56798 /songsterr/src/test/java/de/uvok
parentb31abccd27b72961df97d4622129fe0cec45a25a (diff)
Move
Diffstat (limited to 'songsterr/src/test/java/de/uvok')
-rw-r--r--songsterr/src/test/java/de/uvok/tuxguitar/ApplicationTest.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/songsterr/src/test/java/de/uvok/tuxguitar/ApplicationTest.java b/songsterr/src/test/java/de/uvok/tuxguitar/ApplicationTest.java
deleted file mode 100644
index d78bc76..0000000
--- a/songsterr/src/test/java/de/uvok/tuxguitar/ApplicationTest.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package de.uvok.tuxguitar;
-
-import org.junit.jupiter.api.Test;
-
-import static org.junit.jupiter.api.Assertions.assertTrue;
-
-class ApplicationTest {
-
- @Test
- void shouldAnswerWithTrue() {
- assertTrue(true);
- }
-}