summaryrefslogtreecommitdiff
path: root/pkg/policy/bucket-policy-condition_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/policy/bucket-policy-condition_test.go')
-rw-r--r--pkg/policy/bucket-policy-condition_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/policy/bucket-policy-condition_test.go b/pkg/policy/bucket-policy-condition_test.go
index 9e4aa8f..2fc9baa 100644
--- a/pkg/policy/bucket-policy-condition_test.go
+++ b/pkg/policy/bucket-policy-condition_test.go
@@ -1,6 +1,6 @@
/*
- * Minio Go Library for Amazon S3 Compatible Cloud Storage
- * Copyright 2015-2017 Minio, Inc.
+ * MinIO Go Library for Amazon S3 Compatible Cloud Storage
+ * Copyright 2015-2017 MinIO, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import (
"encoding/json"
"testing"
- "github.com/minio/minio-go/pkg/set"
+ "github.com/minio/minio-go/v6/pkg/set"
)
// ConditionKeyMap.Add() is called and the result is validated.