fix:#46 renamed test function names

This commit is contained in:
Elmar Kresse
2024-07-06 17:33:29 +02:00
parent d44544cf8a
commit c62c70f27b
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"testing"
)
func TestFeed_SetModules(t *testing.T) {
func TestFeedSetModules(t *testing.T) {
type fields struct {
Modules string
Retrieved types.DateTime