Skip to content

Commit

Permalink
update main_test comment to be more generic
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed Oct 23, 2023
1 parent f965e9e commit 567988b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/finch/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestNewApp(t *testing.T) {
assert.Equal(t, cmd.Version, version.Version)
assert.Equal(t, cmd.SilenceUsage, true)
assert.Equal(t, cmd.SilenceErrors, true)
// confirm the number of command, comprised of nerdctl commands + finch commands (version, vm, support-bundle)
// confirm the number of command, comprised of nerdctl commands + finch commands
assert.Equal(t, len(cmd.Commands()), len(nerdctlCmds)+4)

// PersistentPreRunE should set logger level to debug if the debug flag exists.
Expand Down

0 comments on commit 567988b

Please sign in to comment.