Skip to content

Commit

Permalink
Fix typos found in code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Nov 27, 2022
1 parent 9336f38 commit b50135a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command_darwin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ func TestCommand_WithValidTimeout(t *testing.T) {

// I really don't see the point of mocking this
// as the stdlib does so already. So testing here
// seems redundant. This simple check if we're compliant
// with an api changes
// seems redundant. This simply checks if we're compliant
// with api changes
func TestCommand_WithUser(t *testing.T) {
cmd := NewCommand("echo hello", WithUser(syscall.Credential{}))
err := cmd.Execute()
Expand Down

0 comments on commit b50135a

Please sign in to comment.