MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / Test_convertUserExample

Function Test_convertUserExample

internal/service/userExample_test.go:214–222  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

212}
213
214func Test_convertUserExample(t *testing.T) {
215 testData := &model.UserExample{}
216 testData.ID = 1
217
218 data, err := convertUserExample(testData)
219 assert.NoError(t, err)
220
221 t.Logf("%+v", data)
222}

Callers

nothing calls this directly

Calls 1

convertUserExampleFunction · 0.70

Tested by

no test coverage detected