Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Sep 23, 2024
1 parent 79bb611 commit d124344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internals/cli/cmd_add_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ services:
args = append(args, "extra", "arguments", "invalid")
_, err = cli.ParserForTest().ParseArgs(args)
c.Assert(err, check.Equals, cli.ErrExtraArgs)
s.ResetStdStreams()
}
}

0 comments on commit d124344

Please sign in to comment.