kefu/models/users_test.go

10 lines
78 B
Go
Raw Permalink Normal View History

2024-12-10 02:50:12 +00:00
package models
import (
"testing"
)
func TestUpdateUser(t *testing.T) {
}