# == Schema Information
#
# Table name: device_work_durations
#
#  id               :integer          not null, primary key
#  device_id        :integer          not null
#  device_device_id :string(255)      not null
#  uptime           :integer
#  work_time        :integer
#  off_time         :integer
#  duration_type    :integer          not null
#  created_at       :datetime         not null
#  updated_at       :datetime         not null
#
require 'test_helper'

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