# File lib/turn/decorators/topten_decorator.rb, line 23
    def finish_test(test)
      @reporter.finish_test(test)
      test_time_data[test_key(test)][:end] = Time.now
    end