Skip to content

Commit

Permalink
fix number scale in tests ref fibercrypto#139
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevAlDen committed Mar 4, 2020
1 parent 7005f40 commit e51a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coin/skycoin/models/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestSkyFiberPluginNetOperations(t *testing.T) {
require.Nil(t, err1)
require.IsType(t, new(SkycoinBlockchain), api)
sAPI := api.(*SkycoinBlockchain)
require.Equal(t, uint64(params.DataRefreshTimeout*100000000000000), sAPI.CacheTime)
require.Equal(t, uint64(params.DataRefreshTimeout*1000000000), sAPI.CacheTime)
})
}

Expand Down

0 comments on commit e51a14f

Please sign in to comment.