Browse Source

Typo fix in json ld helper spec (#28417)

dariusk-working/4_3_0
Matt Jankowski 2 years ago committed by GitHub
parent
commit
476d1237d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/helpers/json_ld_helper_spec.rb

2
spec/helpers/json_ld_helper_spec.rb

@ -134,7 +134,7 @@ describe JsonLdHelper do
expect(compact(json).dig('object', 'tag', 'href')).to eq 'foo'
end
it 'compacts the activistreams Public collection' do
it 'compacts the activitystreams Public collection' do
expect(compact(json)['to']).to eq 'as:Public'
end

Loading…
Cancel
Save