Skip to content

Commit

Permalink
add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidovich committed Oct 15, 2020
1 parent 6d4c6ee commit 40ea1f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ func Test_createRootCmd(t *testing.T) {
rootCmd: makeRootCmd("-a"),
},
{
name: "file",
rootCmd: makeRootCmd("b.txt"),
name: "file",
rootCmd: makeRootCmd("b.txt"),
expected: "overridden_dir/b.txt",
},
{
name: "completion_run",
Expand Down

0 comments on commit 40ea1f2

Please sign in to comment.