Browse Source

CLDC-4333: update value spec

pull/3270/head
Nat Dean-Lewis 1 week ago
parent
commit
30436d3464
  1. 2
      spec/models/form/sales/questions/value_spec.rb

2
spec/models/form/sales/questions/value_spec.rb

@ -32,7 +32,7 @@ RSpec.describe Form::Sales::Questions::Value, type: :model do
end
it "has correct width" do
expect(question.width).to eq(5)
expect(question.width).to eq(10)
end
it "has correct prefix" do

Loading…
Cancel
Save