Skip to content

Commit

Permalink
prism-fixstatic (apache#25546)
Browse files Browse the repository at this point in the history
Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
  • Loading branch information
lostluck and lostluck authored Feb 17, 2023
1 parent 29856ae commit f358fcd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (

"github.com/apache/beam/sdks/v2/go/pkg/beam/core/graph/coder"
fnpb "github.com/apache/beam/sdks/v2/go/pkg/beam/model/fnexecution_v1"
"github.com/apache/beam/sdks/v2/go/pkg/beam/model/pipeline_v1"
pipepb "github.com/apache/beam/sdks/v2/go/pkg/beam/model/pipeline_v1"
"github.com/google/go-cmp/cmp"
"google.golang.org/protobuf/proto"
Expand Down Expand Up @@ -73,7 +72,7 @@ func Test_metricsStore_ContributeMetrics(t *testing.T) {
// TODO convert input to non-legacy metrics once we support, and then delete these.
input [][]*pipepb.MonitoringInfo

want []*pipeline_v1.MonitoringInfo
want []*pipepb.MonitoringInfo
}{
{
name: "int64Sum",
Expand Down

0 comments on commit f358fcd

Please sign in to comment.