WIP: refactor Transactional interface #231
Annotations
4 errors
handler/oauth2/flow_authorize_code_token_test.go#L657
cannot use mockTransactional (variable of type *"github.com/ory/fosite/internal".MockTransactional) as storage.Transactional value in struct literal: *"github.com/ory/fosite/internal".MockTransactional does not implement storage.Transactional (missing method Transaction)
|
handler/oauth2/flow_refresh_test.go#L414
cannot use mockTransactional (variable of type *"github.com/ory/fosite/internal".MockTransactional) as storage.Transactional value in struct literal: *"github.com/ory/fosite/internal".MockTransactional does not implement storage.Transactional (missing method Transaction)
|
handler/oauth2/flow_refresh_test.go#L1066
cannot use mockTransactional (variable of type *"github.com/ory/fosite/internal".MockTransactional) as storage.Transactional value in struct literal: *"github.com/ory/fosite/internal".MockTransactional does not implement storage.Transactional (missing method Transaction)
|
|
The logs for this run have expired and are no longer available.
Loading