Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cryptobyte: fix typo in test
Change-Id: I03178eca962c29ad03fd9b2fb57ad35c53c99860
GitHub-Last-Rev: 21a7a75
GitHub-Pull-Request: #66
Reviewed-on: https://go-review.googlesource.com/c/151277
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
Philipp authored and bradfitz committed Nov 26, 2018
1 parent 9eb0be3 commit c05539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptobyte/cryptobyte_test.go
Expand Up @@ -421,7 +421,7 @@ func TestFixedBuilderLengthPrefixed(t *testing.T) {
b.AddBytes(inner)
})
if got := b.BytesOrPanic(); len(got) != bufCap {
t.Errorf("Expected output lenght to be %d, got %d", bufCap, len(got))
t.Errorf("Expected output length to be %d, got %d", bufCap, len(got))
}
}

Expand Down

0 comments on commit c05539c

Please sign in to comment.