From 9c0cf401876cff0cadcf8a2bbe13f5eb4739815f Mon Sep 17 00:00:00 2001 From: Jonathan Fung Date: Thu, 25 Jul 2024 16:06:44 -0400 Subject: [PATCH] fix test --- protocol/app/app_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/app/app_test.go b/protocol/app/app_test.go index 9bc21b9d88..a3b137bec5 100644 --- a/protocol/app/app_test.go +++ b/protocol/app/app_test.go @@ -106,6 +106,7 @@ func TestAppIsFullyInitialized(t *testing.T) { "BridgeClient", "SlinkyClient", "oraclePrometheusServer", + "GrpcStreamingTestClient", // Any default constructed type can be considered initialized if the default is what is // expected. getUninitializedStructFields relies on fields being the non-default and