diff --git a/spec/models/case_log_spec.rb b/spec/models/case_log_spec.rb index 9ffb03eae..635982e4f 100644 --- a/spec/models/case_log_spec.rb +++ b/spec/models/case_log_spec.rb @@ -1685,6 +1685,10 @@ RSpec.describe CaseLog do expect(record_from_db["location_id"]).to eq(location.id) expect(case_log["location_id"]).to eq(location.id) end + + it "derives location_admin_district" do + expect(case_log.location_admin_district).to eq(location.location_admin_district) + end end context "and not renewal" do