# == Schema Information
#
# Table name: device_test_histories
#
#  id             :integer          not null, primary key
#  device_test_id :integer
#  mac            :string(255)
#  sn             :string(255)
#  ip             :string(255)
#  result         :integer
#  log            :text(65535)
#  created_at     :datetime         not null
#  updated_at     :datetime         not null
#
require 'test_helper'

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