mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	hugolib: Fix broken TestTemplateLookupOrder
It looks like we left some debugging code in place that caused all but one test case to run.
This commit is contained in:
		
				
					committed by
					
						 Bjørn Erik Pedersen
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							4402c07775
						
					
				
				
					commit
					9a367d9d06
				
			| @@ -190,10 +190,6 @@ func TestTemplateLookupOrder(t *testing.T) { | ||||
| 		}, | ||||
| 	} { | ||||
|  | ||||
| 		if i != 9 { | ||||
| 			continue | ||||
| 		} | ||||
|  | ||||
| 		cfg, fs = newTestCfg() | ||||
| 		th = testHelper{cfg, fs, t} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user