Skip to content

Commit

Permalink
[test] refs#295 Update test of dataRefressTimeOut
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Feb 14, 2020
1 parent 44c84f6 commit 0d4533a
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 @@ -153,7 +153,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), sAPI.CacheTime)
require.Equal(t, uint64(params.DataRefreshTimeout*1000000000), sAPI.CacheTime)
})
}

Expand Down

0 comments on commit 0d4533a

Please sign in to comment.