resolve review comments
This commit is contained in:
parent
c9ab349d63
commit
08fab97786
4 changed files with 9 additions and 178 deletions
|
@ -36,7 +36,7 @@ func TestNewDeviceCode(t *testing.T) {
|
|||
})
|
||||
})
|
||||
|
||||
t.Run("dirrent lengths, rand reader", func(t *testing.T) {
|
||||
t.Run("different lengths, rand reader", func(t *testing.T) {
|
||||
for i := 1; i <= 32; i++ {
|
||||
got, err := NewDeviceCode(i)
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue