mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 11:31:54 +08:00
cleanup
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
This commit is contained in:
@ -45,12 +45,10 @@ func TestGetOutputPath(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
/*
|
||||
defOpts, err := GetCmd.GetOptions([]string{})
|
||||
if err != nil {
|
||||
t.Fatalf("error getting default command options: %v", err)
|
||||
}
|
||||
*/
|
||||
_, err := GetCmd.GetOptions([]string{})
|
||||
if err != nil {
|
||||
t.Fatalf("error getting default command options: %v", err)
|
||||
}
|
||||
|
||||
for _, tc := range cases {
|
||||
req, err := cmds.NewRequest(context.TODO(), []string{}, tc.opts, tc.args, nil, GetCmd)
|
||||
|
Reference in New Issue
Block a user