Skip to content

Commit

Permalink
add empty array for args
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Oct 14, 2018
1 parent 09c0a4c commit 08ed930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mr_browse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ func Test_mrBrowseCurrent(t *testing.T) {
return nil
}

mrBrowseCmd.Run(nil)
mrBrowseCmd.Run(nil, nil)
}

0 comments on commit 08ed930

Please sign in to comment.