Skip to content

Commit 46859c7

Browse files
committed
test: fix module name
1 parent dbc23dc commit 46859c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/canonicalization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package examples
33
import (
44
"testing"
55

6-
"github.com/leifj/signedxml"
6+
"github.com/moov-io/signedxml"
77

88
. "github.com/smartystreets/goconvey/convey"
99
)

examples/examples_validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"io"
66
"os"
77

8-
"github.com/leifj/signedxml"
8+
"github.com/moov-io/signedxml"
99
)
1010

1111
func ExampleValidate() {

tests/issue55_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"path/filepath"
66
"testing"
77

8-
"github.com/leifj/signedxml"
8+
"github.com/moov-io/signedxml"
99

1010
"github.com/stretchr/testify/require"
1111
)

0 commit comments

Comments
 (0)