Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Oct 19, 2024
1 parent 81bd9c4 commit b34e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ var defaultCommandTests = []struct {
{"f", "", true},
{"", "foobar", true},
{"", "", true},
//{" ", "", true},
{" ", "", false},
{"bat", "batbaz", true},
{"nothing", "batbaz", true},
{"nothing", "", false},
Expand Down

0 comments on commit b34e3bd

Please sign in to comment.