Skip to content

Commit

Permalink
Merge d86f11f into e05d6c9
Browse files Browse the repository at this point in the history
  • Loading branch information
akalin-keybase committed Feb 28, 2018
2 parents e05d6c9 + d86f11f commit 7b0ad99
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion armor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func msg(sz int) []byte {
const ourBrand = "ACME"

func brandCheck(t *testing.T, received string) {
t.Helper()
require.Equal(t, ourBrand, received)
}

Expand Down
1 change: 0 additions & 1 deletion encrypt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ func getEncryptReceiverOrder(receivers []BoxPublicKey) []int {
}

func requireValidNonTrivialPermutation(t *testing.T, count int, shuffledOrder []int) {
t.Helper()
require.True(t, isValidNonTrivialPermutation(count, shuffledOrder), "shuffledOrder == %+v is an invalid or trivial permutation", shuffledOrder)
}

Expand Down
1 change: 0 additions & 1 deletion util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ import (
)

func requireErrSuffix(t *testing.T, err error, suffix string) {
t.Helper()
require.True(t, strings.HasSuffix(err.Error(), suffix), "err=%v, suffix=%s", err, suffix)
}

0 comments on commit 7b0ad99

Please sign in to comment.