# == Schema Information
#
# Table name: air_quality_configs
#
#  id              :integer          not null, primary key
#  organisation_id :integer
#  is_enabled      :boolean
#  created_at      :datetime
#  updated_at      :datetime
#

require 'test_helper'

class AirQualityConfigTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end
