OSDN Git Service

edit code while reviewing the code (#255)
[bytom/vapor.git] / database / utxo_view_test.go
index b9b2663..0d6bc82 100644 (file)
@@ -57,7 +57,7 @@ func TestSaveUtxoView(t *testing.T) {
                {
                        hash:      bc.Hash{V0: 6},
                        utxoEntry: storage.NewUtxoEntry(storage.VoteUTXOType, 0, true),
-                       exist:     false,
+                       exist:     true,
                },
                {
                        hash:      bc.Hash{V0: 7},