Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
passing test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSarton committed Jun 12, 2017
1 parent 33a647c commit eea1b2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prifi-lib/trustee/trustee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,6 @@ func TestTrusteeBlame(t *testing.T) {
t.Error("Should handle this stop message, but", err)
}

if ts.sendingRate != 0 {
t.Error("Sending rate should be 0")
}

//should have sent a few ciphers before getting the stop message
select {
case msg8 := <-msgSender.sentToRelay:
Expand Down

0 comments on commit eea1b2d

Please sign in to comment.