Skip to content

Commit

Permalink
Update pkg/test/socialevent/socialevent_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rajiv Senthilnathan <[email protected]>
  • Loading branch information
alexeykazakov and rajivnathan authored Aug 16, 2024
1 parent f137426 commit 114a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/socialevent/socialevent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ func TestNewSocialEvent(t *testing.T) {
assert.Equal(t, "base1ns", e.Spec.SpaceTier) // default
assert.Equal(t, 10, e.Spec.MaxAttendees) // default
assert.Equal(t, 0, e.Status.ActivationCount) // default
assert.Equal(t, "member-1", e.Spec.TargetCluster) // default
assert.Equal(t, "member-1", e.Spec.TargetCluster) // custom
})
}

0 comments on commit 114a3d3

Please sign in to comment.