From 1426b2d8e50c49b4fcc5d30e48aae38cc2363659 Mon Sep 17 00:00:00 2001 From: Valentine Date: Sat, 9 Mar 2024 04:45:03 +0300 Subject: [PATCH] fix misspellings --- auth_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth_test.go b/auth_test.go index c98fd4b..35a7708 100644 --- a/auth_test.go +++ b/auth_test.go @@ -56,7 +56,7 @@ func init() { } skipAuthTest = true - fmt.Println("None of any auth data provided, skipping all tests that reqires auth") + fmt.Println("None of any auth data provided, skipping all tests that requires auth") } func newTestScraper(skip_auth bool) *twitterscraper.Scraper {