Skip to content

Commit

Permalink
Update tests/integration/v3_auth_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
kafuu-chino and ahrtr authored Sep 26, 2022
1 parent ef3190e commit 296e6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/v3_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ func TestV3AuthWatchErrorAndWatchId0(t *testing.T) {
go func() {
wChan := c.Watch(ctx, "k1", clientv3.WithRev(1))
watchResponse := <-wChan
fmt.Printf("watch response from k1: %v\n", watchResponse)
t.Logf("watch response from k1: %v", watchResponse)
testutil.AssertTrue(t, len(watchResponse.Events) != 0)
watchEndCh <- struct{}{}
}()
Expand Down

0 comments on commit 296e6d9

Please sign in to comment.