mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	hugolib: Fix FuzzyWordCount test error message
This commit is contained in:
		
				
					committed by
					
						 Bjørn Erik Pedersen
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							6818170308
						
					
				
				
					commit
					06d28a464d
				
			| @@ -1104,7 +1104,7 @@ func TestWordCount(t *testing.T) { | ||||
| 		} | ||||
|  | ||||
| 		if p.FuzzyWordCount() != 500 { | ||||
| 			t.Fatalf("[%s] incorrect word count. expected %v, got %v", ext, 500, p.WordCount()) | ||||
| 			t.Fatalf("[%s] incorrect word count. expected %v, got %v", ext, 500, p.FuzzyWordCount()) | ||||
| 		} | ||||
|  | ||||
| 		if p.ReadingTime() != 3 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user