mirror of
				https://github.com/actions/setup-go.git
				synced 2025-10-31 23:43:41 +00:00 
			
		
		
		
	update test assertion
This commit is contained in:
		
							parent
							
								
									21620fff65
								
							
						
					
					
						commit
						bc6edb526d
					
				| @ -80,7 +80,7 @@ describe('installer tests', () => { | ||||
| 
 | ||||
|     it('Acquires latest release version of go if using 1.x and no matching version is installed', async () => { | ||||
|       await installer.getGo('1.x'); | ||||
|       const goDir = path.join(toolDir, 'go', '1.13.0-beta1', os.arch()); | ||||
|       const goDir = path.join(toolDir, 'go', '1.13.0', os.arch()); | ||||
| 
 | ||||
|       expect(fs.existsSync(`${goDir}.complete`)).toBe(true); | ||||
|       if (IS_WINDOWS) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user