Skip to content

Commit

Permalink
test: Minor change to increase the coverage (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoaraujo authored Dec 27, 2023
1 parent de55ec7 commit 8eab911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/archivistactl/cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (ut *UTRootSuite) Test_Root() {
rootCmd.SetOut(output)
rootCmd.SetErr(output)
rootCmd.SetArgs([]string{"help"})
err := rootCmd.Execute()
err := Execute()
if err != nil {
ut.FailNow(err.Error())
}
Expand Down

0 comments on commit 8eab911

Please sign in to comment.