metadata: fix tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2020-10-01 16:05:05 +03:00
parent 9475003059
commit cacd33e84f

View File

@ -42,7 +42,7 @@ func TestMetadataDelete(t *testing.T) {
func TestMetadataCopy(t *testing.T) {
md := Metadata{
"Foo": "bar",
"bar": "baz",
"Bar": "baz",
}
cp := Copy(md)