Skip to content

Commit ebdd1a0

Browse files
authored
refactor: update package (#16)
1 parent 2a36653 commit ebdd1a0

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

internal/token/correlated_token_test.go renamed to token/correlated_token_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package token_test
22

33
import (
4-
"github.com/KyberNetwork/kutils/internal/token"
4+
"github.com/KyberNetwork/kutils/token"
55
"github.com/stretchr/testify/require"
66
"testing"
77
)
File renamed without changes.

internal/token/stable_token_test.go renamed to token/stable_token_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package token_test
22

33
import (
44
"fmt"
5-
"github.com/KyberNetwork/kutils/internal/token"
5+
"github.com/KyberNetwork/kutils/token"
66
"github.com/stretchr/testify/require"
77
"strings"
88
"testing"

0 commit comments

Comments
 (0)