OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Mon, 1 Jul 2019 08:46:45 +0000 (16:46 +0800)
committerChengcheng Zhang <943420582@qq.com>
Mon, 1 Jul 2019 08:46:45 +0000 (16:46 +0800)
account/utxo_keeper_test.go

index 18790ed..0f62651 100644 (file)
@@ -973,7 +973,7 @@ func TestFindUtxos(t *testing.T) {
        }
 }
 
-func TestFindUtxo(t *testing.T) {
+func TestFindUTXO(t *testing.T) {
        currentHeight := func() uint64 { return 9527 }
        testDB := dbm.NewDB("testdb", "leveldb", "temp")
        defer os.RemoveAll("temp")