summaryrefslogtreecommitdiffstats
path: root/model/password_recovery_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-271-53/+0
| | | | (#6213)
* PLT-6112: Add some more unit tests to the model package (#6142)George Goldberg2017-04-201-0/+53
* Unit Tests for model/push_response.go * Unit tests for security_bulletin.go * Unit tests for webrtc.go * Unit tests for model/password_recovery.go * Add missing headers. * Unit tests for model/license.go * Tidy up existing tests. * Simplify JSON to/from tests. * Fix gofmt