Fix extra space and call migrate on boot
This commit is contained in:
@@ -65,7 +65,7 @@ func TestJSONMarshal(t *testing.T) {
|
||||
json.Unmarshal(b, &m)
|
||||
if v, ok := m["tags"]; !ok {
|
||||
t.Error(ok, m)
|
||||
} else if v != "a, b" {
|
||||
} else if v != "a,b" {
|
||||
t.Error(v, m)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user