Skip to content

Commit

Permalink
refactor: update package (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanguyenkh authored Nov 21, 2024
1 parent 2a36653 commit ebdd1a0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package token_test

import (
"github.com/KyberNetwork/kutils/internal/token"
"github.com/KyberNetwork/kutils/token"
"github.com/stretchr/testify/require"
"testing"
)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package token_test

import (
"fmt"
"github.com/KyberNetwork/kutils/internal/token"
"github.com/KyberNetwork/kutils/token"
"github.com/stretchr/testify/require"
"strings"
"testing"
Expand Down

0 comments on commit ebdd1a0

Please sign in to comment.