protocol: remove VersionWhatever, previously used for testing (#3763)

This commit is contained in:
Marten Seemann 2023-04-19 15:19:27 +02:00 committed by GitHub
parent 3ebdd1df5e
commit f36690ae9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 43 additions and 48 deletions

View file

@ -43,7 +43,7 @@ var _ = Describe("Send Stream", func() {
StreamID: streamID,
Offset: offset,
DataLenPresent: true,
}).Length(protocol.VersionWhatever)
}).Length(protocol.Version1)
}
waitForWrite := func() {