Skip to content

Commit

Permalink
remove test for failing if path doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Sep 7, 2024
1 parent d4afe61 commit 15de3e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cmd/gen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ func TestCanGetFiles(t *testing.T) {
then.FileExists(t, configDocsPath)
}

func TestErrorGenIfContentPathIsMissing(t *testing.T) {
cmd := RootCmd()

then.WithTempDir(t)

cmd.SetArgs([]string{"gen"})
then.NotNil(t, cmd.Execute())
}

func TestErrorGenBadWriteTypesWriter(t *testing.T) {
w := then.NewErrWriter()
parent := TypeProps{
Expand Down
Empty file removed docs/cli/.gitkeep
Empty file.

0 comments on commit 15de3e7

Please sign in to comment.