mirror of
https://github.com/wahyd4/loginsrv.git
synced 2026-08-09 04:46:29 +10:00
fixed list comparision
This commit is contained in:
@@ -16,6 +16,6 @@ func Test_ProviderRegistration(t *testing.T) {
|
||||
|
||||
list := ProviderList()
|
||||
Equal(t, 2, len(list))
|
||||
Equal(t, "github", list[0])
|
||||
Equal(t, "google", list[1])
|
||||
Contains(t, list, "github")
|
||||
Contains(t, list, "google")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user