From c213d9313e57fdfffc12c4900c33c910b47c0063 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 12 Dec 2023 19:48:28 +0200 Subject: [PATCH] fixed changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d583cb41..1a498e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Removed the default Go API tests timeout and added a new`ApiScenario.Timeout` option ([#3930](https://github.com/pocketbase/pocketbase/issues/3930)). A negative or zero value means no tests timeout. - If a single API test that takes more than 3s to complete it will have a log message visible when the test fails or when [`go test -v`] flag is used. + If a single API test takes more than 3s to complete it will have a log message visible when the test fails or when [`go test -v`] flag is used. ## v0.20.0