mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
renaming tests
This commit is contained in:
parent
aa8fcd97d6
commit
6952fa2987
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user