| 49 | } |
| 50 | |
| 51 | type mockStore struct { |
| 52 | store.UserStore |
| 53 | store.LoginTokenStore |
| 54 | store.UserSessionStore |
| 55 | |
| 56 | mockStoreContents |
| 57 | } |
| 58 | |
| 59 | func (s *mockStore) reset() { |
| 60 | s.mockStoreContents = mockStoreContents{} |
nothing calls this directly
no outgoing calls
no test coverage detected