databag/net/server/internal/ucUpdateContact_test.go

15 lines
232 B
Go
Raw Normal View History

2022-02-03 19:18:50 +00:00
package databag
import (
"testing"
"github.com/stretchr/testify/assert"
)
2022-02-04 17:34:10 +00:00
func TestUpdateContact(t *testing.T) {
2022-02-03 19:18:50 +00:00
// setup testing group
2022-02-08 20:30:57 +00:00
set, err := AddTestGroup("updatecontact")
2022-02-03 19:18:50 +00:00
assert.NoError(t, err)
2022-02-08 20:30:57 +00:00
PrintMsg(set)
2022-02-03 19:18:50 +00:00
}