# == Schema Information
#
# Table name: orders
#
#  id           :bigint           not null, primary key
#  sn           :string(255)      not null
#  client_id    :integer          not null
#  due_date     :datetime
#  confirmed_at :datetime
#  finished_at  :datetime
#  created_by   :string(255)
#  status       :integer          not null
#  remark       :text(16777215)
#  created_at   :datetime         not null
#  updated_at   :datetime         not null
#
require 'test_helper'

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