Merge pull request #40199 from foxyriver/no-use
Automatic merge from submit-queue (batch tested with PRs 39199, 37273, 29183, 39638, 40199) declare it, but no use it **What this PR does / why we need it**: declare it, but no use it **Special notes for your reviewer**: **Release note**: ```release-note ```
This commit is contained in:
		@@ -82,8 +82,6 @@ func TestIsVowel(t *testing.T) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func TestGetArticleForNoun(t *testing.T) {
 | 
					func TestGetArticleForNoun(t *testing.T) {
 | 
				
			||||||
	type args struct {
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	tests := []struct {
 | 
						tests := []struct {
 | 
				
			||||||
		noun    string
 | 
							noun    string
 | 
				
			||||||
		padding string
 | 
							padding string
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user