By: Tom Sydney Kerckhove <syd@cs-syd.eu>
Add non-golden assertion test for register running averages For every single-currency register test case, assert that the running average at block i equals runningTotal / i (using Account.fraction with RoundDown). This provides a structural check independent of the golden text output.