resolve review comments

This commit is contained in:
Tim Möhlmann 2023-02-28 16:55:48 +02:00
parent c9ab349d63
commit 08fab97786
4 changed files with 9 additions and 178 deletions

View file

@ -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)