Skip to content

Commit

Permalink
[test] refs fibercrypto#136 - Add require for Calculated Hours ticker…
Browse files Browse the repository at this point in the history
… in TestRegisterSkycoinPlugin.
  • Loading branch information
AntiD2ta committed Oct 28, 2019
1 parent 9394c24 commit ff031ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/coin/skycoin/main_test.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package skycoin //nolint goimports

import (
"github.com/fibercrypto/FiberCryptoWallet/src/coin/skycoin/params"
"testing"

"github.com/fibercrypto/FiberCryptoWallet/src/coin/skycoin/params"

util "github.com/fibercrypto/FiberCryptoWallet/src/util"
"github.com/stretchr/testify/require"
)

func TestRegisterSkycoinPlugin(t *testing.T) {
require.Equal(t, "Skycoin", util.AltcoinCaption(params.SkycoinTicker))
require.Equal(t, "Coin Hours", util.AltcoinCaption(params.CoinHoursTicker))
require.Equal(t, "Calculated Hours", util.AltcoinCaption(params.CalculatedHoursTicker))
}

0 comments on commit ff031ed

Please sign in to comment.