Skip to content

Commit

Permalink
Regenerate mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Oct 18, 2023
1 parent 3d0cb77 commit 058aee4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mock/message.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relayer/message/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package message
import (
"fmt"

"github.com/ChainSafe/sygma-core/relayer/proposal"
"github.com/sygmaprotocol/sygma-core/relayer/proposal"
)

type Handler interface {
Expand Down
6 changes: 3 additions & 3 deletions relayer/message/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"fmt"
"testing"

"github.com/ChainSafe/sygma-core/mock"
"github.com/ChainSafe/sygma-core/relayer/message"
"github.com/ChainSafe/sygma-core/relayer/proposal"
"github.com/stretchr/testify/suite"
"github.com/sygmaprotocol/sygma-core/mock"
"github.com/sygmaprotocol/sygma-core/relayer/message"
"github.com/sygmaprotocol/sygma-core/relayer/proposal"
"go.uber.org/mock/gomock"
)

Expand Down

0 comments on commit 058aee4

Please sign in to comment.