mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix typo (#1974)
This commit is contained in:
		
				
					committed by
					
						 Lunny Xiao
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							792cde7081
						
					
				
				
					commit
					13f0e1255a
				
			| @@ -19,7 +19,7 @@ func testPullCreate(t *testing.T, session *TestSession, user, repo, branch strin | ||||
| 	resp := session.MakeRequest(t, req) | ||||
| 	assert.EqualValues(t, http.StatusOK, resp.HeaderCode) | ||||
|  | ||||
| 	// Click the little green button to craete a pull | ||||
| 	// Click the little green button to create a pull | ||||
| 	htmlDoc, err := NewHtmlParser(resp.Body) | ||||
| 	assert.NoError(t, err) | ||||
| 	link, exists := htmlDoc.doc.Find("button.ui.green.small.button").Parent().Attr("href") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user