looks good @kiwisincebirth . can you fix numberCollectionDoubleSum test to use sumAsDouble?
I have gone one better, and added a set of new tests specifically for sumAsDouble(). Not sure why these tests were missed, they definitely highlighted the bug. The method numberCollectionDoubleSum is testing deprecated methods, and think is still valid (at this point).
I have gone one better, and added a set of new tests specifically for sumAsDouble(). Not sure why these tests were missed, they definitely highlighted the bug. The method
numberCollectionDoubleSum
is testing deprecated methods, and think is still valid (at this point).