Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shresht7 committed Feb 2, 2023
1 parent 041a08b commit 5471712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/ListExamples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestListExamples(t *testing.T) {
result := ListExamples(examples)

// ! Mind the 2 spaces before each example. This output is what looks good with cobra.
expected := `gh license list
expected := ` gh license list
gh license view mit
gh license create mit
gh license create mit --author "John Doe"
Expand Down

0 comments on commit 5471712

Please sign in to comment.