Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 70aa06a

Browse files
author
Niu Lechuan
committed
fix test file path in README.md
Signed-off-by: Niu Lechuan <[email protected]>
1 parent e0be763 commit 70aa06a

File tree

1 file changed

+2
-2
lines changed
  • container-object-storage-interface-provisioner-sidecar

1 file changed

+2
-2
lines changed

Diff for: container-object-storage-interface-provisioner-sidecar/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Before diving into the code of this repo, we suggest that you familiarize yourse
2020

2121
A good starting point towards understanding the functionality of this repo would be to study the tests:
2222

23-
- [Bucket Controller Test](./pkg/controller/bucket/bucket_controller_test.go)
24-
- [Bucket Access Controller Test](./pkg/controller/bucketaccess/bucket_access_controller_test.go)
23+
- [Bucket Controller Test](./pkg/bucket/bucket_controller_test.go)
24+
- [Bucket Access Controller Test](./pkg/bucketaccess/bucketaccess_controller_test.go)
2525

2626
### Build and Test
2727

0 commit comments

Comments
 (0)