Users: remove unused store function (#88784)

This commit is contained in:
Karl Persson
2024-06-06 11:43:51 +02:00
committed by GitHub
parent 7e2305418a
commit d3b06f09ae
2 changed files with 0 additions and 21 deletions
-4
View File
@@ -290,10 +290,6 @@ func (f *FakeUserStore) GetByID(context.Context, int64) (*user.User, error) {
return f.ExpectedUser, f.ExpectedError
}
func (f *FakeUserStore) CaseInsensitiveLoginConflict(context.Context, string, string) error {
return f.ExpectedError
}
func (f *FakeUserStore) LoginConflict(context.Context, string, string) error {
return f.ExpectedError
}