# == Schema Information
#
# Table name: location_networks
#
#  id                    :integer          not null, primary key
#  network_name          :string(255)
#  network_type          :string(255)
#  network_configuration :string(255)
#  cloned_network_id     :integer
#  created_at            :datetime
#  updated_at            :datetime
#  organisation_id       :integer
#  timezone              :string(255)
#  aggregation_flag      :boolean
#  hb_freq               :integer          default(5)
#

require 'test_helper'

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