fix:#41 fixed naming issue sonarqube

This commit is contained in:
Elmar Kresse
2024-06-24 15:29:58 +02:00
parent 3e2b3c3720
commit bfb05b6704
12 changed files with 30 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ import (
_ "time/tzdata"
)
func Test_getDateFromWeekNumber(t *testing.T) {
func TestGetDateFromWeekNumber(t *testing.T) {
europeTime, _ := time.LoadLocation("Europe/Berlin")
type args struct {