Typo fix in json ld helper spec (#28417)
This commit is contained in:
		
							parent
							
								
									ab1201c9d9
								
							
						
					
					
						commit
						476d1237d4
					
				| 
						 | 
					@ -134,7 +134,7 @@ describe JsonLdHelper do
 | 
				
			||||||
        expect(compact(json).dig('object', 'tag', 'href')).to eq 'foo'
 | 
					        expect(compact(json).dig('object', 'tag', 'href')).to eq 'foo'
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      it 'compacts the activistreams Public collection' do
 | 
					      it 'compacts the activitystreams Public collection' do
 | 
				
			||||||
        expect(compact(json)['to']).to eq 'as:Public'
 | 
					        expect(compact(json)['to']).to eq 'as:Public'
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue