Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Oct 20, 2023
1 parent df42caf commit f727624
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/finch/gen_docs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ func TestGenDocsAction_runAdapter(t *testing.T) {
postRunCheck: func(t *testing.T, fs afero.Fs) {
buf, err := afero.ReadFile(fs, "outDir/test-command.md")
require.NoError(t, err)
require.Equal(t, string(buf), fmt.Sprintf(`---
title: "test-command"
---
## test-command
require.Equal(t, string(buf), fmt.Sprintf(`## test-command
%sbash
test-command [flags]
Expand Down

0 comments on commit f727624

Please sign in to comment.