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

View File

@ -2,7 +2,7 @@ package model
import "testing"
func TestModuleDTO_GetName(t *testing.T) {
func TestModuleDTOGetName(t *testing.T) {
type fields struct {
UUID string
Name string
@ -41,7 +41,7 @@ func TestModuleDTO_GetName(t *testing.T) {
}
}
func TestModuleDTO_SetName(t *testing.T) {
func TestModuleDTOSetName(t *testing.T) {
type fields struct {
UUID string
Name string
@ -83,7 +83,7 @@ func TestModuleDTO_SetName(t *testing.T) {
}
}
func TestModule_SetName(t *testing.T) {
func TestModuleSetName(t *testing.T) {
type fields struct {
UUID string
Name string