kefu/models/users_test.go

10 lines
78 B
Go

package models
import (
"testing"
)
func TestUpdateUser(t *testing.T) {
}