Skip to content

Commit

Permalink
fix: update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashwat-K committed May 3, 2024
1 parent 58bba90 commit fbf7637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/encrypt/encrypt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestGeneratePublicKey(t *testing.T) {
}

assert.Equal(t, result, string(publicKey))
assert.NotEmpty(t, err)
assert.NoError(t, err)
}

// Testcase to check if RandomPasswordGenerator() is able to generate random password
Expand Down

0 comments on commit fbf7637

Please sign in to comment.