mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 18:12:59 +02:00
Update the test methods to take a `testing.TB` param instead of a `*testing.T` so that the test functions can be used for all the graph's tests including benchmark tests. We also add a temporary replace so that we can make use of these changes and also since we will soon be adding graph related schemas and queries in this submodule that we'll want to have access to.