1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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

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)