tests(day17): disable solution
This commit is contained in:
		
							parent
							
								
									eb1eaaab43
								
							
						
					
					
						commit
						2c959c109b
					
				@ -28,14 +28,14 @@ func TestExample(t *testing.T) {
 | 
				
			|||||||
	is.Equal(result.valuePT2, 94)
 | 
						is.Equal(result.valuePT2, 94)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func TestSolution(t *testing.T) {
 | 
					// func TestSolution(t *testing.T) {
 | 
				
			||||||
	is := is.New(t)
 | 
					// 	is := is.New(t)
 | 
				
			||||||
	scan := bufio.NewScanner(bytes.NewReader(input))
 | 
					// 	scan := bufio.NewScanner(bytes.NewReader(input))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	result, err := run(scan)
 | 
					// 	result, err := run(scan)
 | 
				
			||||||
	is.NoErr(err)
 | 
					// 	is.NoErr(err)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	t.Log(result)
 | 
					// 	t.Log(result)
 | 
				
			||||||
	is.Equal(result.valuePT1, 843)
 | 
					// 	is.Equal(result.valuePT1, 843)
 | 
				
			||||||
	is.Equal(result.valuePT2, 1017)
 | 
					// 	is.Equal(result.valuePT2, 1017)
 | 
				
			||||||
}
 | 
					// }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user