Skip to content

Commit

Permalink
Merge branch 'feature/sequence-number-in-payload' of github.com:ivcos…
Browse files Browse the repository at this point in the history
…la/skywire into feature/sequence-number-in-payload
  • Loading branch information
ivcosla committed May 29, 2019
2 parents 111042f + 6976489 commit 6b12fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/messaging/channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestChannelWrite(t *testing.T) {
var (
readBuf = make([]byte, 29)
readErr error
readDone = make(chan struct{})
readDone = make(chan struct{})
)
go func() {
_, readErr = out.Read(readBuf)
Expand Down

0 comments on commit 6b12fb1

Please sign in to comment.