Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Jan 29, 2020
1 parent 691c345 commit 570621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introspect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ func TestIntrospector(t *testing.T) {
require.Equal(t, introspect.Role_RESPONDER, h1Stream.Role)
require.Equal(t, introspect.Status_ACTIVE, h1Stream.Status)
require.True(t, len(msg3) == int(h1Stream.Traffic.TrafficIn.CumBytes))
}
}

0 comments on commit 570621a

Please sign in to comment.