require "test_helper"
class IncomeTest < ActiveSupport::TestCase
def test_total
assert_equal 110_000.00, Income.total
end