Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: rahulii <r.sawra@gmail.com>
  • Loading branch information
rahulii committed Oct 5, 2023
1 parent 7912d36 commit f214983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/sources/v1/sinkbinding_lifecycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestSinkBindingStatusIsReady(t *testing.T) {
s.MarkBindingAvailable()
return s
}(),
want: false,
want: true,
}, {
name: "mark OIDC identity created",
s: func() *SinkBindingStatus {
Expand Down

0 comments on commit f214983

Please sign in to comment.