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

Commit 35b6313

Browse files
committed
test: added scaffolding for testing events
Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent 3fd9a83 commit 35b6313

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: pkg/bucketclaim/bucketclaim_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ func TestAddBRIdempotency(t *testing.T) {
7979
runCreateBucketIdempotency(t, "addWithMultipleBR")
8080
}
8181

82+
// Test recording events
83+
func TestRecordEvents(t *testing.T) {
84+
85+
}
86+
8287
func runCreateBucket(t *testing.T, name string) {
8388
ctx, cancel := context.WithCancel(context.Background())
8489
defer cancel()

0 commit comments

Comments
 (0)