mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 08:20:56 +00:00 
			
		
		
		
	Fix test description
This commit is contained in:
		
					parent
					
						
							
								b32c91dfec
							
						
					
				
			
			
				commit
				
					
						45bb0b1552
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -26,7 +26,7 @@ test("isGhes returns true if server url is not github.com", () => {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test("isGhes returns true when server url is github.com", () => {
 | 
					test("isGhes returns false when server url is github.com", () => {
 | 
				
			||||||
    try {
 | 
					    try {
 | 
				
			||||||
        process.env["GITHUB_SERVER_URL"] = "http://github.com";
 | 
					        process.env["GITHUB_SERVER_URL"] = "http://github.com";
 | 
				
			||||||
        expect(actionUtils.isGhes()).toBe(false);
 | 
					        expect(actionUtils.isGhes()).toBe(false);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue