Commit 972caa1f authored by Petar Radovic's avatar Petar Radovic Committed by GitHub

handshake mock renaming bug fix (#23)

parent 6a95f067
...@@ -52,6 +52,6 @@ func (s *Stream) Close() error { ...@@ -52,6 +52,6 @@ func (s *Stream) Close() error {
return nil return nil
} }
func (s *StreamMock) FullClose() error { func (s *Stream) FullClose() error {
return nil return nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment