diff --git a/plugins/bundleprocessor/bundleprocessor_test.go b/plugins/bundleprocessor/bundleprocessor_test.go index 93ea4dcdcf66528743c3c8fd17c55cd2ecef6388..f1b52a48f07f89415e18ced6e3e1ef658aa338ef 100644 --- a/plugins/bundleprocessor/bundleprocessor_test.go +++ b/plugins/bundleprocessor/bundleprocessor_test.go @@ -127,7 +127,6 @@ func TestProcessSolidBundleHead_Value(t *testing.T) { testResults := events.NewClosure(func(bundle *bundle.Bundle, transactions []*value_transaction.ValueTransaction) { assert.Equal(t, bundle.GetHash(), generatedBundle.GetTransactions()[0].GetHash(), "invalid bundle hash") - assert.Equal(t, bundle.GetBundleEssenceHash(), generatedBundle.GetEssenceHash(), "invalid bundle essence hash") assert.Equal(t, bundle.IsValueBundle(), true, "invalid value bundle status") wg.Done()