renaming tests

This commit is contained in:
Roland Osborne 2022-02-17 00:42:55 -08:00
parent aa8fcd97d6
commit 6952fa2987
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestShareAttribute(t *testing.T) {
func TestAttributeShare(t *testing.T) {
var articles *[]Article
var subject *Subject
var article *Article

View File

@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
)
func TestUpdateProfile(t *testing.T) {
func TestProfileUpdate(t *testing.T) {
param := map[string]string{}
var msg DataMessage
var card Card