pull/541/head
sidhujag 2020-09-03 17:03:55 -07:00
parent b9f64329f1
commit 8176b9ac6e
1 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ func TestRocksDB_Index_SyscoinType(t *testing.T) {
{
"00000071",
dbtestdata.TxidS2T0 + "01" + "0000000000000000000000000000000000000000000000000000000000000000" + "00" +
dbtestdata.TxidS2T1 + "01" + dbtestdata.TxidS1T1 + "00",
dbtestdata.TxidS2T1 + "01" + dbtestdata.TxidS1T1 + "01",
nil,
},
{
@ -596,7 +596,7 @@ func Test_BulkConnect_SyscoinType(t *testing.T) {
{
"00000071",
dbtestdata.TxidS2T0 + "01" + "0000000000000000000000000000000000000000000000000000000000000000" + "00" +
dbtestdata.TxidS2T1 + "01" + dbtestdata.TxidS1T1 + "01",
dbtestdata.TxidS2T1 + "01" + dbtestdata.TxidS1T1 + "02",
nil,
},
}); err != nil {