Skip to content

Commit

Permalink
Apply review feedback for tests
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Gross <tgross@hashicorp.com>
  • Loading branch information
angrycub and tgross committed Apr 25, 2023
1 parent cced232 commit 019e1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/operator_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func TestOperatorAPICommand_Socket(t *testing.T) {

select {
case l := <-ping:
require.Equal(t, struct{}{}, l)
must.Eq(t, struct{}{}, l)
case <-time.After(10 * time.Second):
t.Fatalf("timed out waiting for request")
}
Expand Down

0 comments on commit 019e1e1

Please sign in to comment.