Skip to content

Commit fdea30d

Browse files
author
Rijul Gulati
committed
andotp_test minor fix
1 parent 410b39e commit fdea30d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

andotp/andotp_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ func TestEncryptDecrypt(t *testing.T) {
2929

3030
// With wrong password
3131

32-
encryptedtext = nil
33-
decryptedtext = nil
34-
err = nil
35-
3632
encryptedtext, err = andotp.Encrypt([]byte(jsonstr), password)
3733
if err != nil {
3834
t.Error(err)

0 commit comments

Comments
 (0)