Commit ab7625a7 authored by vipwzw's avatar vipwzw

auto ci

parent a26607e1
...@@ -5,8 +5,8 @@ import ( ...@@ -5,8 +5,8 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
pty "github.com/33cn/plugin/plugin/dapp/unfreeze/types"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
pty "github.com/33cn/plugin/plugin/dapp/unfreeze/types"
) )
func TestCalcFrozen(t *testing.T) { func TestCalcFrozen(t *testing.T) {
...@@ -136,8 +136,8 @@ func TestFixV1(t *testing.T) { ...@@ -136,8 +136,8 @@ func TestFixV1(t *testing.T) {
}{ }{
{10000, 10001, 10, 10000, 2, 9998}, {10000, 10001, 10, 10000, 2, 9998},
{10000, 10011, 10, 10000, 2, 9996}, {10000, 10011, 10, 10000, 2, 9996},
{10000, 10001, 10, 1e17, 2, 1e17 -2}, {10000, 10001, 10, 1e17, 2, 1e17 - 2},
{10000, 10011, 10, 1e17, 2, 1e17 -4}, {10000, 10011, 10, 1e17, 2, 1e17 - 4},
} }
for _, c := range cases { for _, c := range cases {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment