databag/net/server/internal/ucUpdateProfile_test.go
2022-02-08 15:00:10 -08:00

15 lines
232 B
Go

package databag
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestUpdateProfile(t *testing.T) {
// setup testing group
set, err := AddTestGroup("updateprofile")
assert.NoError(t, err)
PrintMsg(set)
}