Fix typos in test code

This commit fixes typos in test class names, test method names, and
test variable names.

Closes gh-28807
This commit is contained in:
Marc Wrobel
2022-07-12 20:11:17 +02:00
committed by Sam Brannen
parent 2e4d7e4ef9
commit bd3499671c
19 changed files with 32 additions and 32 deletions

View File

@@ -70,7 +70,7 @@ public class StompHeaderAccessorTests {
}
@Test
public void createWithUnubscribeNativeHeaders() {
public void createWithUnsubscribeNativeHeaders() {
MultiValueMap<String, String> extHeaders = new LinkedMultiValueMap<>();
extHeaders.add(StompHeaderAccessor.STOMP_ID_HEADER, "s1");