Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tw-daniel committed Sep 26, 2024
1 parent 464a5ce commit e561946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coin/models_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func TestGetCoinExploreURL(t *testing.T) {
tokenType: "KLAYTN",
chain: Klaytn(),
},
want: "https://scope.klaytn.com/token/test",
want: "https://kaiascan.io/token/test",
wantErr: false,
},
{
Expand Down

0 comments on commit e561946

Please sign in to comment.