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

fix test file path in README.md #70

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Before diving into the code of this repo, we suggest that you familiarize yourse

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

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

### Build and Test

Expand Down