# frozen_string_literal: true
require "test_helper"
class ReportTest < ActiveSupport::TestCase
test "the truth" do
assert_not Report.new.valid?
end