Fix typo in Javadoc of GraphQlTester

Closes gh-523
This commit is contained in:
Johan Wigert
2022-11-03 14:44:29 +01:00
committed by rstoyanchev
parent 02f96b6bf4
commit 6004937ad2

View File

@@ -445,7 +445,7 @@ public interface GraphQlTester {
Errors expect(Predicate<ResponseError> errorPredicate);
/**
* Verify there are either no errors or that there no unexpected errors that have
* Verify there are either no errors or that there are no unexpected errors that have
* not been {@link #filter(Predicate) filtered out}.
* @return a spec to switch to a data path
*/