mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-02 09:49:13 +02:00
fix:#41 fixed naming issue sonarqube
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_buildIcalQueryForModules(t *testing.T) {
|
||||
func TestBuildIcalQueryForModules(t *testing.T) {
|
||||
type args struct {
|
||||
modules []string
|
||||
}
|
||||
|
Reference in New Issue
Block a user