From b9207e57274cd6e7c488c5bd751a058ba0f8b3b9 Mon Sep 17 00:00:00 2001 From: shenpengfeng Date: Tue, 29 Oct 2024 16:26:37 +0800 Subject: [PATCH] docs: fix function name in comment --- cmdtest/environment_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdtest/environment_test.go b/cmdtest/environment_test.go index 2c161bf49..47410c687 100644 --- a/cmdtest/environment_test.go +++ b/cmdtest/environment_test.go @@ -15,7 +15,7 @@ import ( "github.com/stretchr/testify/require" ) -// TestCmdTest demonstrates and verifies the test functions for end-to-end testing of rclone +// TestEnvironmentVariables demonstrates and verifies the test functions for end-to-end testing of rclone func TestEnvironmentVariables(t *testing.T) { createTestEnvironment(t)