File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ func TestRunCLI(t *testing.T) {
116116 "│ │\n " +
117117 "│ hint: when calling a resource with a space, use a hyphen │\n " +
118118 "│ example: poke-cli ability strong-jaw │\n " +
119- "│ example: poke-cli pokemon flutter-mane -s │\n " +
119+ "│ example: poke-cli pokemon flutter-mane │\n " +
120120 "╰──────────────────────────────────────────────────────────╯" ,
121121 expectedCode : 0 ,
122122 },
@@ -144,7 +144,7 @@ func TestRunCLI(t *testing.T) {
144144 "│ │\n " +
145145 "│ hint: when calling a resource with a space, use a hyphen │\n " +
146146 "│ example: poke-cli ability strong-jaw │\n " +
147- "│ example: poke-cli pokemon flutter-mane -s │\n " +
147+ "│ example: poke-cli pokemon flutter-mane │\n " +
148148 "╰──────────────────────────────────────────────────────────╯" ,
149149 expectedCode : 0 ,
150150 },
@@ -172,7 +172,7 @@ func TestRunCLI(t *testing.T) {
172172 "│ │\n " +
173173 "│ hint: when calling a resource with a space, use a hyphen │\n " +
174174 "│ example: poke-cli ability strong-jaw │\n " +
175- "│ example: poke-cli pokemon flutter-mane -s │\n " +
175+ "│ example: poke-cli pokemon flutter-mane │\n " +
176176 "╰──────────────────────────────────────────────────────────╯" ,
177177
178178 expectedCode : 0 ,
You can’t perform that action at this time.
0 commit comments