Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Dec 13, 2024
1 parent c844b76 commit dd75fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/decorators/data_request_area_decorator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
create(:data_request, data_request_area:, request_type_note: "more info")
end

it "returns concatenated string for all requests" do
it "returns the string for the request" do
expect(decorated.data_required).to eq "More info"
end
end
Expand Down

0 comments on commit dd75fa4

Please sign in to comment.