# == Schema Information
#
# Table name: device_work_events
#
#  id               :integer          not null, primary key
#  device_id        :integer          not null
#  device_device_id :string(255)      not null
#  start_at         :datetime         not null
#  end_at           :datetime
#  event_id         :integer          not null
#  created_at       :datetime         not null
#  updated_at       :datetime         not null
#
require 'test_helper'

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