readied jenkinsfile for build
Some checks failed
arbeitszeitmessung/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-20 15:53:59 +02:00
parent 60c91c1ce6
commit 33185150cc
4 changed files with 14 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ func TestFormatDuration(t *testing.T) {
{"30min", time.Duration(30 * time.Minute)},
{"1h 30min", time.Duration(90 * time.Minute)},
{"-1h 30min", time.Duration(-90 * time.Minute)},
{"", 0},
}
for _, d := range durations {
t.Run(d.name, func(t *testing.T) {