Skip to content
Snippets Groups Projects
Commit 13252e1d authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix Test_attemptSendCmix

Address space size can no longer be zero
parent 21c1d79b
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ func Test_attemptSendCmix(t *testing.T) {
ClientErrors: nil,
ResourceQueueTimeoutMillis: 0,
Signature: nil,
AddressSpaceSize: 0,
AddressSpaceSize: 4,
})
i := internal.Internal{
Session: sess1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment