# File lib/net/ssh/test/remote_packet.rb, line 21
21:     def process(packet)
22:       raise "received packet type #{packet.read_byte} and was not expecting any packet"
23:     end