Skip to content

Commit

Permalink
update port analyzer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengyang He committed Jun 10, 2024
1 parent 8ccc21f commit f93d7b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions analysis/port_analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ func (m *sampleMsg) Meta() *sim.MsgMeta {
return &m.meta
}

func (m *sampleMsg) Clone() sim.Msg {
return m
}

var _ = Describe("Port Analyzer", func() {
var (
mockCtrl *gomock.Controller
Expand Down

0 comments on commit f93d7b9

Please sign in to comment.