diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-04 15:00:22 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-04 15:05:38 +0200 |
| commit | 47d8fafada8c7c1377b9172862f25c576c4c3c08 (patch) | |
| tree | f431147a4bb228ac8f507145be199208d43bbde2 /internal/util | |
| parent | 762a034cc1af55d09dc0a174947356e36bf15569 (diff) | |
Util Test: Remove function signature comment
Diffstat (limited to 'internal/util')
| -rw-r--r-- | internal/util/util_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/util/util_test.go b/internal/util/util_test.go index 77af603..f671251 100644 --- a/internal/util/util_test.go +++ b/internal/util/util_test.go @@ -120,8 +120,6 @@ func Test_ReplaceWAYF(t *testing.T) { } func Test_GetLanguageMatched(t *testing.T) { - // func GetLanguageMatched(languageMap map[string]string, languageTag string) string { - // exact match returned := GetLanguageMatched(map[string]string{"en": "test", "de": "test2"}, "en") if returned != "test" { |
