docs: fix function name in comment

This commit is contained in:
shenpengfeng 2024-10-29 16:26:37 +08:00 committed by GitHub
parent 40159e7a16
commit b9207e5727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ import (
"github.com/stretchr/testify/require" "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) { func TestEnvironmentVariables(t *testing.T) {
createTestEnvironment(t) createTestEnvironment(t)