From 3b2545e4eb942abf62196218c1af65982db023bb Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 16 Dec 2024 17:18:26 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Update=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/testdata/goldens/help_test/pub add --help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testdata/goldens/help_test/pub add --help.txt b/test/testdata/goldens/help_test/pub add --help.txt index 45611e0c5..f6f73fb96 100644 --- a/test/testdata/goldens/help_test/pub add --help.txt +++ b/test/testdata/goldens/help_test/pub add --help.txt @@ -24,7 +24,7 @@ For example (follow the same format including spaces): * Add multiple dependencies: `dart pub add foo dev:bar` * Add a dependency override: - `dart pub add 'override:foo:1.0.0'` + `dart pub add override:foo:1.0.0` * Add a path dependency: `dart pub add "foo:{path: ../foo}"` * Add a hosted dependency: