Skip to content

Commit

Permalink
fix licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-cronus committed Jul 15, 2024
1 parent d9b6488 commit c962a64
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tokenomics/kyc_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
// SPDX-License-Identifier: ice License 1.0

package tokenomics

import (
"github.com/ice-blockchain/wintr/time"
"github.com/stretchr/testify/assert"
"testing"
stdlibtime "time"

"github.com/stretchr/testify/assert"

"github.com/ice-blockchain/wintr/time"
)

func TestLoadBalanceKYCUsers(t *testing.T) {
Expand Down

0 comments on commit c962a64

Please sign in to comment.