mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
test(GODT-3220): Fix linting issues by deleting a function
-Deleted a function that was no longer used GODT-3220
This commit is contained in:
@ -91,12 +91,6 @@ func (user *testUser) addAddress(addrID, email string) {
|
|||||||
user.addresses = append(user.addresses, newTestAddr(addrID, email))
|
user.addresses = append(user.addresses, newTestAddr(addrID, email))
|
||||||
}
|
}
|
||||||
|
|
||||||
func (user *testUser) remAddress(addrID string) {
|
|
||||||
user.addresses = xslices.Filter(user.addresses, func(addr *testAddr) bool {
|
|
||||||
return addr.addrID != addrID
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
func (user *testUser) getUserPass() string {
|
func (user *testUser) getUserPass() string {
|
||||||
return user.userPass
|
return user.userPass
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user