onflow / rosetta

Rosetta implementation for the Flow blockchain
Apache License 2.0
15 stars 13 forks source link

[BUG] Test for the event hash in convert_test.go does not follow the same code path as process.go #45

Open koko1123 opened 1 year ago

koko1123 commented 1 year ago

Current Behavior

The TestDeriveEventsHash in convert_test.go does not follow the same code path for getting transaction results from a collection

Expected Behavior

The TestDeriveEventsHash function should fail with the current code

Steps To Reproduce

  1. go test convert_test.go
  2. See it succeed

Environment

- OS:Mac

What are you currently working on that this is blocking?

No response