omit empty quality from option string

This commit is contained in:
Will Norris 2015-05-11 19:29:25 -07:00
parent b1de3a9dd6
commit 5d8b630ff2
2 changed files with 4 additions and 2 deletions

View file

@ -26,7 +26,7 @@ func TestOptions_String(t *testing.T) {
}{
{
emptyOptions,
"0x0,q0",
"0x0",
},
{
Options{1, 2, true, 90, true, true, 80},