Skip to content

Commit

Permalink
Update cmd/list/list_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Vessels <82317+cheshire137@users.noreply.github.com>
  • Loading branch information
JessRudder and cheshire137 authored Oct 18, 2024
1 parent d72eca0 commit 589d743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/list/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestList(t *testing.T) {
err := listCmd.Help()

require.NoError(t, err)
require.Contains(t, outBuf.String(), "Returns a list of models that are available to use via the CLI.\n\nValues from the \"MODEL NAME\" column can be used as the [model]\nargument in other commands.")
require.Contains(t, outBuf.String(), "Returns a list of models that are available to use via the CLI.\n\nValues from the \"MODEL NAME\" column can be used as the `[model]`\nargument in other commands.")
require.Empty(t, errBuf.String())
})
}

0 comments on commit 589d743

Please sign in to comment.