Merge branch '1.0.x'

This commit is contained in:
rstoyanchev
2022-11-04 08:40:30 +00:00
5 changed files with 24 additions and 12 deletions

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
*/