From ce76d77c8ec7e3820aa3a3cc26f70e21216449c1 Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 8 Mar 2022 16:16:04 +0000 Subject: [PATCH] lint --- spec/features/form/form_navigation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/form/form_navigation_spec.rb b/spec/features/form/form_navigation_spec.rb index f43a63635..fd4f78b08 100644 --- a/spec/features/form/form_navigation_spec.rb +++ b/spec/features/form/form_navigation_spec.rb @@ -18,7 +18,7 @@ RSpec.describe "Form Navigation" do tenant_code: { type: "text", answer: "BZ737", path: "tenant-code" }, age1: { type: "numeric", answer: 25, path: "person-1-age" }, sex1: { type: "radio", answer: "Female", path: "person-1-gender" }, - ecstat1: {type: "radio", answer: 3, path: "person-1-working-situation"}, + ecstat1: { type: "radio", answer: 3, path: "person-1-working-situation" }, other_hhmemb: { type: "numeric", answer: 2, path: "household-number-of-other-members" }, } end