mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-23 21:18:48 +02:00
fix:#46 renamed test function names
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFeed_SetModules(t *testing.T) {
|
func TestFeedSetModules(t *testing.T) {
|
||||||
type fields struct {
|
type fields struct {
|
||||||
Modules string
|
Modules string
|
||||||
Retrieved types.DateTime
|
Retrieved types.DateTime
|
||||||
|
@ -2,7 +2,7 @@ package model
|
|||||||
|
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
func TestModuleDTO_GetName(t *testing.T) {
|
func TestModuleDTOGetName(t *testing.T) {
|
||||||
type fields struct {
|
type fields struct {
|
||||||
UUID string
|
UUID string
|
||||||
Name 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 {
|
type fields struct {
|
||||||
UUID string
|
UUID string
|
||||||
Name 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 {
|
type fields struct {
|
||||||
UUID string
|
UUID string
|
||||||
Name string
|
Name string
|
||||||
|
Reference in New Issue
Block a user