summaryrefslogtreecommitdiff
path: root/songsterr-importer/src/test
diff options
context:
space:
mode:
authoruvok2025-07-07 19:52:25 +0200
committeruvok2025-07-07 19:52:25 +0200
commit47988897e87feeb01ab94745c07866ffa3cdea75 (patch)
tree09f499a8eefe346092f9c9f7368517dce6d56798 /songsterr-importer/src/test
parentb31abccd27b72961df97d4622129fe0cec45a25a (diff)
Move
Diffstat (limited to 'songsterr-importer/src/test')
-rw-r--r--songsterr-importer/src/test/java/de/uvok/tuxguitar/ApplicationTest.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/songsterr-importer/src/test/java/de/uvok/tuxguitar/ApplicationTest.java b/songsterr-importer/src/test/java/de/uvok/tuxguitar/ApplicationTest.java
new file mode 100644
index 0000000..d78bc76
--- /dev/null
+++ b/songsterr-importer/src/test/java/de/uvok/tuxguitar/ApplicationTest.java
@@ -0,0 +1,13 @@
+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);
+ }
+}