put the session in the packet handler map directly (for client sessions)

This commit is contained in:
Marten Seemann 2020-07-09 20:21:48 +07:00
parent 953f3472cf
commit fd5f555f36
2 changed files with 1 additions and 41 deletions

View file

@ -634,9 +634,4 @@ var _ = Describe("Client", func() {
Expect(counter).To(Equal(2))
})
})
It("tells its version", func() {
Expect(cl.version).ToNot(BeZero())
Expect(cl.GetVersion()).To(Equal(cl.version))
})
})