If the tests are run as a whole, and not individually, this test will fail because the accounts will have values from previous tests, rather than the initial setup values.
node_integration_test.go:618: Andrej balance is incorrect. Expected: 0. Got: 250
node_integration_test.go:622: BabaYaga balance is incorrect. Expected: 800. Got: 600
node_integration_test.go:626: Miner balance is incorrect. Expected: 300. Got: 250
node_integration_test.go:629: Andrej final balance: 250 TBB
node_integration_test.go:630: BabaYaga final balance: 600 TBB
node_integration_test.go:631: Miner final balance: 250 TBB
--- FAIL: TestNode_MiningSpamTransactions (480.01s)
FAIL
FAIL github.com/web3coach/the-blockchain-bar/node 2262.935s
FAIL```
If the tests are run as a whole, and not individually, this test will fail because the accounts will have values from previous tests, rather than the initial setup values.