Skip to content

Commit c664d30

Browse files
updating tests
1 parent 6bd4088 commit c664d30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)