feat: adds --readonly and --pin flags, and displays Size column in list by default
This commit is contained in:
parent
e5b6dcd187
commit
5bcd3581dd
46 changed files with 711 additions and 177 deletions
|
|
@ -134,8 +134,8 @@ func TestConfigFieldsStringField(t *testing.T) {
|
|||
if f.Kind != reflect.String {
|
||||
t.Errorf("store.default_store_name Kind = %v, want String", f.Kind)
|
||||
}
|
||||
if f.Value != "default" {
|
||||
t.Errorf("store.default_store_name Value = %v, want 'default'", f.Value)
|
||||
if f.Value != "store" {
|
||||
t.Errorf("store.default_store_name Value = %v, want 'store'", f.Value)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue