From b5dcef14eaba8f2950bf53fd7046c1f3a7ad8707 Mon Sep 17 00:00:00 2001 From: jochen Date: Fri, 10 May 2024 10:06:21 +0200 Subject: [PATCH] update typo: +TestingbotTestCollection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5148b0e..22a706d 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Retrieves a collection of tests ```java -TestingbotTest test = restApi.getTests(int offset, int count); +TestingbotTestCollection test = restApi.getTests(int offset, int count); ``` ### getBuilds