mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
Improve syncer code.
This commit is contained in:
@ -25,7 +25,7 @@ func TestGetUsers(t *testing.T) {
|
||||
syncers := GetSyncers("admin")
|
||||
syncer := syncers[0]
|
||||
syncer.initAdapter()
|
||||
users := syncer.getUsersOriginal()
|
||||
users := syncer.getOriginalUsers()
|
||||
for _, user := range users {
|
||||
fmt.Printf("%v\n", user)
|
||||
}
|
||||
|
Reference in New Issue
Block a user