Skip to content

Commit 0d79135

Browse files
ngocnhan-tran1996bclozel
authored andcommitted
Fix typos
Signed-off-by: Tran Ngoc Nhan <[email protected]> Closes: gh-1286
1 parent abec1b6 commit 0d79135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql/src/test/java/org/springframework/graphql/server/webmvc/GraphQlRequestPredicatesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void shouldRejectRequestWithDifferentPath() {
189189
}
190190

191191
@Test
192-
void shouldRejectRequestWithIncmopatibleContentType() {
192+
void shouldRejectRequestWithIncompatibleContentType() {
193193
MockHttpServletRequest request = createMatchingSseRequest();
194194
request.setContentType("text/xml");
195195
ServerRequest serverRequest = ServerRequest.create(request, Collections.emptyList());

0 commit comments

Comments
 (0)