12483: Add Mkdir(), Remove().
[arvados.git] / sdk / go / arvados / client_test.go
index 422ad9037acc45ed6a2a39b9f8be5ab9bedcf3c8..b0627fd27a665bf26250892c3fabd3319ff4e489 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: Apache-2.0
+
 package arvados
 
 import (
@@ -117,7 +121,7 @@ func TestAnythingToValues(t *testing.T) {
                        },
                },
                {
-                       in: map[string]interface{}{"foo": map[string]interface{}{"bar":1.234}},
+                       in: map[string]interface{}{"foo": map[string]interface{}{"bar": 1.234}},
                        ok: func(out url.Values) bool {
                                return out.Get("foo") == `{"bar":1.234}`
                        },